http://bugzilla.novell.com/show_bug.cgi?id=589394 http://bugzilla.novell.com/show_bug.cgi?id=589394#c3 --- Comment #3 from Staffan Tjernstrom <mail@staffan.tjernstrom.name> 2010-03-19 14:41:20 UTC --- (In reply to comment #2)
@Staffan: For a temproary fix on your system you may add a script /usr/bin/emacs with the following content:
#!/bin/bash # Possible values are nox, gtk, or x11 : ${EMACS_TOOLKIT:=gtk} exec -a ${0} ${0}-${EMACS_TOOLKIT} ${1+"$@"}
but don't forget to run `chmod 755 /usr/bin/emacs' afterwards.
That's essentially the work-around I came up with (although I defaulted to nox). At first I just created a symlink from /usr/bin/emacs to /usr/bin/emacs-nox, but figured that might cause the "next" rpm install some issues. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.