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

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 my init file, but that did not help either. Any…
gt6989b
  • 4,125
  • 8
  • 46
  • 64
0
votes
2 answers

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
user236215
  • 7,278
  • 23
  • 59
  • 87
0
votes
1 answer

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) So, I'm trying to get it(psql) working within…
anjanb
  • 12,999
  • 18
  • 77
  • 106
0
votes
2 answers

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 between a working copy and HEAD
Vitali
  • 313
  • 1
  • 9
0
votes
1 answer

Why is XEmacs refusing to automatically syntax-highlight a specific .pl file?

I edited a perl script recently and since the edits, XEmacs refuses to do the cperl-mode syntax highlighting automatically. I have been able to force the buffer to do the syntax highlighting in 2 different ways: by selecting Options->Syntax…
hepcat72
  • 890
  • 4
  • 22
0
votes
1 answer

How to configure xemacs to recognize database specified in .sql-mode?

I am running xemacs with a .sql-mode file containing the following: 1 (setq sql-association-alist 2 '( 3 ("XDBST (mis4) " ("XDBST" "xsius" "password")) 4 ("dev " ("DEVTVAL1" "xsi" "password"…
user3446781
0
votes
1 answer

loading auctex in xemacs

I'm having problem with auctex in xemacs (I think). I get this error when I run load *.tex file in xemacs: (1) (custom/warning) custom: widget custom-variable, option LaTeX-section-hook has no associated group Here's the part of my init.el that's…
user2926204
  • 111
  • 8
0
votes
1 answer

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 were no helpful hits. How can I get xemacs to start…
Schitti
  • 25,489
  • 8
  • 24
  • 21
0
votes
1 answer

Xemacs open-rectangle without tabs

I would like to use the command open-rectangle (C-x r o) with it only adding spaces. It seems once I exceed a certain number of spaces at the beginning of a line, it generates a tab instead. For example: **With 2 spaces highlighted it moves 2 spaces…
user432209
  • 20,007
  • 10
  • 56
  • 75
0
votes
1 answer

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 I also have (setq-default tab-width…
Jitesh Dani
  • 385
  • 3
  • 10
  • 17
0
votes
0 answers

Xemacs Custom Syntax Highlighting

I have some .el files that my professor had created for a VM Linux machine that he gave us. I have just installed Linux on an older laptop and I installed XEmacs on it. However I'm having trouble with XEmacs using the .el files. It won't add any…
DrZoo
  • 1,574
  • 1
  • 20
  • 31
0
votes
1 answer

xemacs gdb cleanups.c:264: internal-error: restore_my_cleanups: Assertion '*pmy_chain == SENTINEL_CLEANUP' failed

I tried running GDB, version 7.6.50.20130508-cvs (cygwin-special), on Xemacs version 21.4.21 but I get the following error: /netrel/src/gdb-7.6.50-2/gdb/cleanups.c:264: internal-error: restore_my_cleanups: Assertion '*pmy_chain == SENTINEL_CLEANUP'…
edderic
  • 45
  • 7
0
votes
1 answer

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 function? I'd also settle for a way to sort of…
user354134
0
votes
2 answers

What is "[+]" in xemacs regular expression?

In (my) XEmacs 21.4, describe-variable for gdb-prompt-pattern gives: Value: "^>\\|^(.*gdb[+]?) *\\|^---Type to.*--- *" What is the "[+]" in there? Does it just mean "the + character"? If so, why not use "\+"?
John H.
  • 1,551
  • 1
  • 12
  • 18
0
votes
2 answers

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 Classic" [Lucid] (x86_64-linux-gnu, Mule) of Mon Nov…
djechlin
  • 59,258
  • 35
  • 162
  • 290