Tagged Questions

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

learn more… | top users | synonyms

7
votes
3answers
519 views

Simplest Emacs syntax highlighting tutorial?

I would like to create only a syntax highlighting minor mode for Emacs. I have the "Writing GNU Emacs Extensions" by O'Reilly, but it does not go into any depth of detail. Is there a simple tutorial ...
7
votes
2answers
449 views

Can I detect the display size/resolution in Emacs?

I'd like to change the window/frame size of my XEmacs based on the current display resolution. This is useful when I run my laptop either by itself or attached to a docking station with an external ...
7
votes
6answers
4k views

XEmacs vs Emacs which is better for programming C++

which is better editor for C++ programming XEmacs or Emacs?
6
votes
7answers
731 views

I want to try org-mode. What's the shortest path from zero to typing?

I want to give emacs' org-mode a try. What is the shortest path for me to accomplish that? Assume NO previous experience with emacs. (I'm aware that other editors, like vim and textmate, have similar ...
3
votes
1answer
63 views

GNU emacs equivalent of func-menu

Is there and equivalent of func-menu for GNU emacs? I used func-menu when I had access to xemacs and I prefer its behaviour to that of the speedbar or sr-speedbar. Specifically: I like that only ...
3
votes
5answers
2k views

How do I install a MATLAB mode in GNU Emacs?

Is there an Emacs major mode for MATLAB and / or Octave files? For those who don't know, MATLAB files generally have a ".m" file extension. My primary interest is GNU Emacs but XEmacs tips would ...
3
votes
3answers
2k views

Emacs: how to compile (run make) without pressing enter for the compile command query?

with (x)emacs, how could I run the 'compile' command without separately pressing enter to accept the default command? (I can bind the 'compile' to a key but I'd like the whole thing to happen without ...
2
votes
0answers
35 views

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 ...
2
votes
1answer
59 views

Is there a way to make flymake to compile only when I save

When I type flymake makes the cursor hang a little. It's kind of annoying. I was wondering if there is a way to tell flymake to do not parse and compile each time I change something, just do it when ...
2
votes
2answers
209 views

How to have colors in the output of (emacs) shell-command?

When executing the command shell-command, the output shown in the associated buffer is not colorized. This is particularly annoying when calling a testing framework (outputting yellow/green/red...) ...
2
votes
1answer
245 views

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 ...
2
votes
7answers
892 views

Text editor with autocomplete while typing normal text

There's a lot of Text editors which support autocomplete during programming, but I want one which can autocomplete while typing normal text as I see a lot of repetition of words I type. Any emacs fans ...
2
votes
2answers
943 views

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 ...
1
vote
1answer
39 views

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 ...
1
vote
1answer
43 views

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 ...
1
vote
0answers
20 views

Make xemacs do something every few seconds

How can I make xemacs do something (eg, make a buffer read-only) every 30 seconds (for example)? I use xemacs in vt100 mode (not X11 mode), and have a buffer that should normally be read-only ...
1
vote
1answer
175 views

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 ...
1
vote
1answer
300 views

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 ...
1
vote
1answer
101 views

XEmacs command for moving to matching brace in cc-mode

Is there a built-in or 3rd party elisp command to move to the matching brace in cc-mode? I currently use (paren-set-mode 'paren t) to have XEmacs highlight the matching brace or paren, but when the ...
1
vote
2answers
728 views

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 ...
1
vote
1answer
301 views

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?
0
votes
0answers
32 views

xemacs under cygwin

I cannot seem to make xemacs load a .el under cygwin. I have just the following in the init file: (add-to-list 'load-path "/home/admin/emacs") (require 'folding) There is folding.el at the path, ...
0
votes
0answers
11 views

Is it possible to disable XEmacs func-menu for some files

func-menu in XEmacs is a useful add-on,. so I have enabled it in my init.el file. However, on certain files it slows down editing so much that it is nearly unusable. It it possible to disable ...
0
votes
0answers
35 views

show all files in xemacs buffer tabs

my question is somewhat related to this old post. I'm using emacs and I'd like that the files I open appear as tabs in the same window. However this happens only for files of the same kind (same ...
0
votes
1answer
98 views

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 ...
0
votes
1answer
105 views

IDE for existing Makefile's on Linux

What would be the best/quickest way to have a IDE-type setup when I have existing C/C++ source with several Makefiles (library, executable etc.). I need to work with compiler errors in the IDE and ...
0
votes
1answer
195 views

How to make parenthesis matching work in XEmacs?

I tried using all options in the menu setting Options|Display|Paren Highlighting, but nothing works - no parenthesis match is performed. I also tried setting explicitly (paren-mode 'blink-paren t) in ...
0
votes
2answers
217 views

emacs c++ indentation and color highlighting

I am not getting indentation or colors when I open a cpp/h file with my emacs/xemacs installation on windows. Could you please advise what I need to do in my settings file to make this happen? Thanks
0
votes
4answers
186 views

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 ...
0
votes
1answer
111 views

how to get SQL-postgres to work in XEmacs 21.4.22 on windows vista

I've previously used sql-oracle just fine in Xemacs on XP and vista. However, now I'm using Postgresql psql on the command line but I kinda find it lame (as compared to using sql-* from within emacs) ...
0
votes
2answers
373 views

show revision diff using psvn

Is there a way to diff two arbitrary revisions in psvn? I'd like to have possibility to get diff/ediff for a file in the svn-status window. I only found svn-file-show-svn-diff which shows diff ...
0
votes
1answer
700 views

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
0
votes
1answer
149 views

Unable to get xemacs working on a mac

I installed xemacs using macports, and then when I try to open it I see this - $xemacs Error: Shell widget xemacs has zero width and/or height I tried to google for this error message, but there ...
0
votes
1answer
175 views

XEmacs setting the indent mode for if else statements

I want to set up the indentation for if-else statements to be 4 spaces. I have defined in my xemacs setup file (add-hook 'c-mode-hook (function (lambda() (setq c-if-indent 4) ))) And ...