-
Where is the GNU D support right now? The latest version was released last year. Is it still alive? I am new to D language, but am very interested to see it moving forward.
Wirawan.
2008-09-01 20:54:04 UTC in GDC: D Compiler for GCC
-
Is there any command-line tool that can connect to jUploadr to add pictures (via command line) to an active jUploadr process? My thought is to use such a tool to quickly add pics from gqview (an image viewer under Linux/GTK) to jUploadr without having to drag and drop all the time.
2008-08-09 16:13:40 UTC in jUploadr
-
It's about the same, IMHO. I don't run them often (I always use XFTE), but both are almost the same. Internally, SFTE uses S-lang, while NFTE uses ncurses for the console display. See which one suits your need. Some shortcut keys may not work with either one of them, unfortunately. :-( You may want to replace the non-working shortcuts with the working alternatives in your config files...
2006-05-19 14:50:20 UTC in FTE Text Editor
-
I am not sure what you mean with "I can't read the menus". I had problem with newer distros, too, notably Red Hat 8, Red Hat 9, and SuSE 9.2. I solved it using this way:
LANG=C xfte &
namely, for xfte invocation, we temporarily set the LANG variable to C. Later I found that this is not the best solution, since the upper-128 characters (coded 128 through 255) may not display...
2005-02-10 18:22:55 UTC in FTE Text Editor
-
What is the MCC (a variable in Makefile) for? Why does
it only use -O and not -O3 for its switch? Just
curious, since it sounds strange: it is intended for
generated, highly-optimized code, but its compilation
switch is so low in optimization usage.
Wirawan.
2005-01-30 07:07:53 UTC in Automatically Tuned Linear Algebra Soft.
-
Logged In: YES
user_id=206371
I fixed the problem myself! :-) But there is a patch that
must be applied (it's a trivial correction). Refer to:
http://sourceforge.net/tracker/index.php?func=detail&aid=800037&group_id=34480&atid=411234
I don't understand why the Mandrake Cooker's version won't
show up the icon. That's strange. But I have no time to
investigate further. Now...
2003-09-03 20:53:01 UTC in multi-gnome-terminal
-
Logged In: YES
user_id=206371
Oh...forgot the attachment!
2003-09-03 20:50:49 UTC in multi-gnome-terminal
-
Hi,
It turns out that the location of some icon images were
wrong, I believe. For example, it would give double
"/mgt" subdir:
/usr/local/share/pixmaps/mgt/mgt/multignometerm.png
instead of
/usr/local/share/pixmaps/mgt/multignometerm.png
That's partly why the icon won't show up (as I reported
in the bug report).
Oh, well... The patch is given below for 1.6.2...
2003-09-03 20:50:01 UTC in multi-gnome-terminal
-
I'm using MGT (Mandrake Cooker's version, I believe) on
Mandrake Linux 9.1 with GNOME 2.2 desktop.
MGT icon never shows up on the top-left corner of the
window titlebar. I tried it in KDE, GNOME, and XFce,
and none gives off the right icon image. The icon is
only a "plain paper" pixmap. I tried to use --icon
command, e.g.,
mgt --icon=/usr/share/icons/telnet.xpm
The icon...
2003-09-03 19:44:50 UTC in multi-gnome-terminal
-
I made some additions (mainly keywords, but also extra
highlighting rules) for C, PERL, and DIFF.
The TCL mode that has existed so far is completely off.
Here is the newer version that has correct keywords.
To apply: go to the basedir of FTE project, then
patch -b < FTE-Contrib-2003-05-20-vs-Cvs-2003-05-16.diff
The patched version also would include the m_gawk.fte
and...
2003-05-20 23:26:47 UTC in FTE Text Editor