Description:
Bug reports, questions and answers about XEmacs.
|
|
|
xemacs 21.5.33 ignores options
|
| |
the options
blinking cursor, Blinking Paren
has no effect.
syntax-highlighting in this buffer has effect
but store in custom-file and starting
xemacs again, the effect is gone. indention has no effect.
It seems, that init.el is a trial to apply emacs.
Hermann
who has used xemacs over ten years... more »
|
|
problems with Xft support in xemacs-21.5.33
|
| |
Hi,
I am having problems with changing fonts in xemacs-21.5.33. I have compiled it myself on a Debian/squeeze-backport (i386) system with Xft support.
All fonts in Options->Fonts are greyed out and I can't choose. The one currently set is obviously Bitstream Vera Sans (four entries in the menu just like many fonts have multiple entries). Font size changes via the menu have no effect except that now I can choose some of the fonts in the menu. But if I do no font changes take actually place. M-x set-face-font, default, shows me the current font name but any changes there have no effect either.... more »
|
|
revert-buffer on symbolic link that is replaced with a copy of the file
|
| |
I'm trying to add some hooks to work within a revision control system that has checked-in files symbolically linked with read-only files. When I check-out the file, the revision control system replaced the link with a copy of the file. I created my own copy of toggle-read-only so that when I change the status of the file, it checks out the file. I tried using revert-buffer to then have xemacs reload the now writable file, but when I try to save the buffer I get a message that the buffer has been modified with reference back to the cache file:... more »
|
|
Emacs on a Tablet
|
| |
Is there a version of Emacs or XEmacs that runs on a tablet (iPad or other)? I am not a great fan of touch sensitive keyboards and I am more at home with the Ctrl and Meta keys for Emacs power (which don't exist on a touch keyboard). Can anyone recommend an appropriate mobile device that runs Emacs for a road warrior?... more »
|
|
Case sensitive file name completion
|
| |
I'm currently running xemacs 21.5.31 on Centos 6.3 and I have a problem. I'm trying to get file name completion to be case insensitive. I've set it up with this:
(custom-set-variables
'(read-file-name-completion-ig nore-case t))
I've confirmed that the variable is set to true after xemacs loads. The... more »
|
|
Evaluate a simple string?
|
| |
Trying to figure out how to evaluate a simple string.
(setq x "princ 3")
(eval x)
=> "princ 3"
Hpw do I evaluate x to get:
=> 3
By-the-way I tried:
(eval `,x)
=> "princ 3"
Thanks for any help!
____
Asif
|
|
how to disable binding for `zap-up-to-char'?
|
| |
Hi,
i am running xemacs 21.5.31, and i have this problem:
i hate having C-z bound to `zap-up-to-char' (i have been used for nearly 20 years to have something else there). The documentation says that "The new command `zap-up-to-char' ... is not bound to a key by default."
However it appears that *it is* bound to C-z.... more »
|
|
Go(lang) mode for XEmacs?
|
| |
Recently I started to learn the programming language Go; highly
recommended, by the way -- for anyone who hasn't tried it yet, longs
for a better C, and has been disappointed by C++ and Java, this one
may be it. But I digress.
There is a Go mode for GNU Emacs, but it doesn't work well with
XEmacs. For instance, it already throws an error with M-; , so it is... more »
|
|
To: Xemacs Team and ECB Devlopers
|
| |
Just installed Xemacs 21.4 patch 22 i686 linux from Ubuntu using apt-
get install on Ubuntu 12.04.
This is the first time that ECB ever worked for me on linux straight
out of the install, no configs, no playing with numbers in the elisp
code, no crashes requiring a kill or ran out of stack, I just ran it... more »
|
|
|