Questions tagged [xemacs]

XEmacs is fork of GNU Emacs, providing much of the same functionality. XEmacs development is stagnant.

XEmacs is a fork of GNU Emacs, created in the late 1980's with an emphasis on incorporating "modern" editor capabilities (colors, images, menus, etc.). Most of the functionality originally available in XEmacs is now available in GNU Emacs, and development of XEmacs appears relatively stagnant.

Resources

62 questions
3
votes
1 answer

autoexp.dat equivalent in emacs

Does anybody know if an equivalent of "auto expansion" mechanism (works with Visual Studio ) exist for emacs (used in debug mode with gdb). In Visual Studio i can really hover over any class instance / structure and it shows me desired structure…
David
  • 4,634
  • 7
  • 35
  • 42
3
votes
1 answer

What does a key sequence beginning with A- mean in emacs?

I'm playing with coffee-mode for editing coffee-script, but I'm a total emacs newb. In coffee-mode there are key bindings like "A-r" for compiling a buffer and "A-M-r" (I assume the "M" is meta) to open a coffeescript repl. However I can't find…
Ben Ford
  • 2,087
  • 21
  • 26
3
votes
2 answers

XML mode for XEmacs?

I'm a GNU Emacs user who uses nxml-mode for editing XML files, but I have a colleague who would like to use XEmacs for editing XML files. It seems as though my colleague can't use nxml-mode because the README file for that package says: To use…
Greg Mattes
  • 33,090
  • 15
  • 73
  • 105
2
votes
3 answers

Pasting with mouse-select in GNU Emacs

There is an functionality in XEmacs that if the user selects a region with the mouse while holding Ctrl, the selected region will be automatically pasted at the current cursor position. In other words, if you need to quickly copy a short block of…
gt6989b
  • 4,125
  • 8
  • 46
  • 64
2
votes
0 answers

XEmacs won't read RCS data but my emacs will

Normally, I use RCS in cygwin emacs (version 23.3.1 from 2011) and the status bar shows -UU-:----F1 and allows me to check-in and check out files. I just downloaded the latest native XEmacs for Windows (21.4.22 from jan 2009) and noticed that my…
Vlueboy
  • 172
  • 1
  • 7
2
votes
3 answers

XEmacs buffer tabs does not show all buffers

I am using xemacs for editing. xemacs shows buffer tabs on the top of the editing window. However, my buffer tabs have this strange behavior. When I switch to cpp file, the buffer tabs show only cpp buffers open. When I shift to a h file (using C-x…
Sid Datta
  • 1,110
  • 2
  • 13
  • 29
2
votes
4 answers

Can't rebind key C-z in xemacs

For some reason, "C-z" is mapped to suspend-or-iconify-emacs and I can't seem to get it to rebind to something less annoying. (I like using ctrl-z for undo, but doing nothing would at least be better than suspending every time I accidentally hit…
Doug F
  • 350
  • 2
  • 10
2
votes
1 answer

latest Xemacs for Windows binary download

I'm trying to get an updated version for Windows vista. I previously got 21.4.22 but it's been a year since that release. The linux versions should be 22.x. I'm wondering if anyone else builds stable binaries for Windows ? 21.4.22 has several bugs…
anjanb
  • 12,999
  • 18
  • 77
  • 106
2
votes
2 answers

Xemacs with Windows Style Key Bindings

Is Xemacs available with Windows Style Key Bindings ? Emacs has these Windows key bindings The keybindings of Emacs predate modern GUIs, and the keys that were chosen by later GUIs for cut and copy were given important functions as …
iceman
  • 4,211
  • 13
  • 65
  • 92
1
vote
1 answer

How do I customize Emacs compile output parsing?

My current compile output is not being properly parsed in the compilation buffer. How can I fix this?
efunneko
  • 491
  • 1
  • 4
  • 12
1
vote
1 answer

XEmacs printing on Windows

I'd like to improve the printed quality from within Xemacs on my windows machine. For the most part the pretty printing is really great, but I think the code syntax highlighting colours I've chosen don't translate well to black and white printing…
trican
  • 1,157
  • 4
  • 15
  • 24
1
vote
1 answer

How can I run gdb in xemacs for cross-compiled code?

I don't use emacs, but I know xemacs can be used as a front-end for gdb (used it before). However, my code is cross-compiled, so I can't run gdb, I have to run a specific version of gdb that's for the cross-compiled code (let's call it gdb-foo). …
Jeff Learman
  • 2,914
  • 1
  • 22
  • 31
1
vote
1 answer

Is there a way to turn off xemacs auto backup files in a specific directory only?

XEmacs always creates a file named foo.txt~ when you edit foo.txt. This can be really useful but not really when you are using source control on your files. I know you can use (setq make-backup-files nil) to turn it off altogether but was wondering…
sickgemini
  • 509
  • 2
  • 6
  • 16
1
vote
1 answer

In emacs under cygwin keyboard mappings don't work

When I run Gnu Emacs under cygwin on Windows and I press "ctrl-x ctrl-c" to exit I get the message: ctrl-x ctrl-g is undefined : However, when I run Xemacs the "ctrl-x ctrl-c" works fine
yazz.com
  • 57,320
  • 66
  • 234
  • 385
1
vote
1 answer

easiest way to setup XEmacs on Gentoo for Python

I want to use (X)Emacs on my Gentoo system and wonder about the "correct" (or easiest) way to setup it to be used for Python development (i.e. intelligent auto-completion via tab and all those usual stuff). I want to avoid installing anything by…
Albert
  • 65,406
  • 61
  • 242
  • 386