XEmacs is fork of GNU Emacs, providing much of the same functionality. XEmacs development is stagnant.
0
votes
0answers
4 views
xemacs: list all timeouts
In .xemacs/init.el, I do this:
(add-timeout 600 'bookmark-save () 600)
For some reason, this takes a long time and I want to remove this
timeout w/o restarting xemacs.
"apropos timeout" leads ...
0
votes
1answer
77 views
Separate GUI & CLI themes for Emacs?
To avoid the white background, I changed the default emacs background color to "dark gray" -- it's perfect for working in the GUI at night . . . however, emacs is also my default editor for terminals, ...
0
votes
0answers
4 views
xemacs says “CCL exited” and asks to core dump
I'm using xemacs in vt100 mode ("xemacs -nw"). Every so often, it
hangs (ignores characters I type), states "CCL: Exited" in the
minibuffer, and then asks if it should core dump. Occasionally, it
...
0
votes
1answer
146 views
How to config gnu emacs on Mac OS X
I use gnu emacs on Mac OS X, but I can't find the .emacs.
And I create ~\.emacs, but it doesn't work. How can I config my emacs?
1
vote
0answers
30 views
string-insert-rectangle equivalent in Xemacs
On Emacs I can use string-insert-rectangle to overwrite the text of a rectangle selection. I was wondering if there is anything similar to this in Xemacs (using Xemacs 21.4.22). I currently have to do ...
5
votes
1answer
62 views
major-mode hook configuration affects other buffers
Let me start by saying I'm very new to emacs.
I'm attempting to create customizations for major-modes. While my settings are functioning correctly, I'm observing that when I open a new buffer, that ...
0
votes
1answer
19 views
xemacs kill-matching-buffers or sort/filter *buffer list*
In xemacs, how do I kill buffers matching a certain pattern? I tried
"kill-matching-buffers", but my xemacs doesn't appear to have
that. What .el/.elc file do I need to load/eval-buffer to get this
...
0
votes
2answers
28 views
What is “[+]” in xemacs regular expression?
In (my) XEmacs 21.4, describe-variable for gdb-prompt-pattern gives:
Value: "^>\\|^(.*gdb[+]?) *\\|^---Type <return> to.*--- *"
What is the "[+]" in there? Does it just mean "the + ...
1
vote
2answers
84 views
Autosaving on emacs or xemacs files (preferably on loss of focus)
Ideally I want to replicate with emacs functionality from TextMate, whereby on loss of focus i.e. I click away from the buffer, my file saves.
If this isn't possible, I want to customize emacs so ...
0
votes
2answers
98 views
Emacs cc major mode showing no color on Ubuntu but lisp mode does
How do I fix that?
I open xemacs and have lovely colors.
I open a .c or .cpp file and cc-mode loads - lovely - but no color is displayed.
Installed emacs, version:
XEmacs 21.4 (patch 22) "Instant ...
1
vote
1answer
204 views
Deleting specific columns of text in Emacs/XEmacs using the keyboard
Is it possible to delete specific columns of text (i.e., particular column numbers) in Emacs/XEmacs using only the keyboard? I know that it is possible to select a rectangle of text using the mouse ...
0
votes
1answer
68 views
Can't list and install xemacs packages under cygwin on windows7
I have a fresh install of cygwin and xemacs on my home laptop. I'm trying to get to the packages list in xemacs, but not having much luck.
First of all I was getting an error message telling me ...
2
votes
3answers
174 views
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 ...
0
votes
1answer
36 views
Xemacs does not show compilation errors anymore
I know this sounds really stupid, but:
I used to compile an Android jni project under Xemacs. The only feature that I needed was the ability to locate the place reported by gcc in the source code, ...
0
votes
1answer
191 views
emacs auto completion el file error
I'm very new to emacs, just started yesterday.
I'm installing plugins for emacs to make a python IDE, as per: http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/
I ...
0
votes
1answer
118 views
emacs/Xemacs python Cygwin startup file error
I started using XEmacs in Cygwin and wanted to use it as a Python IDE.
I found the required pluggins here:
http://gabrielelanaro.github.com/emacs-for-python/
but whenever I start xemacs it says
...
3
votes
1answer
85 views
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 ...
0
votes
1answer
65 views
ReBinding Right-Alt Key in XEmacs
I'm using XEmacs on Windows 7 installed in MacBookPro.
So I don't have a Control-Key on the right side.
I would like to make the right-option key to work as right-ctrl.
I googled and tried the code ...
5
votes
3answers
557 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 ...
1
vote
1answer
61 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 ...
2
votes
0answers
44 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
208 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 ...
1
vote
1answer
202 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 ...
9
votes
7answers
2k 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 ...
1
vote
1answer
66 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 ...
2
votes
2answers
399 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...) ...
0
votes
1answer
154 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 ...
1
vote
0answers
29 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 ...
0
votes
1answer
397 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 ...
9
votes
3answers
2k 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 ...
0
votes
2answers
421 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
431 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
161 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
683 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 ...
1
vote
1answer
867 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
1
vote
1answer
230 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
407 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 ...
7
votes
2answers
832 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 ...
1
vote
2answers
175 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 ...
0
votes
1answer
202 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 ...
2
votes
2answers
536 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 ...
3
votes
7answers
1k 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 ...
0
votes
1answer
200 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 ...
2
votes
2answers
1k 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 ...
9
votes
5answers
4k 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 ...
1
vote
1answer
363 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?
8
votes
7answers
7k views
XEmacs vs Emacs which is better for programming C++
which is better editor for C++ programming XEmacs or Emacs?
2
votes
3answers
1k 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 ...
4
votes
3answers
3k 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 ...