help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(X)Emacs abbrev mode


From: Fabrizio Sidoli
Subject: (X)Emacs abbrev mode
Date: Wed, 17 Feb 2010 17:14:21 +0000 (GMT)


Hi,

I was wondering if you could tell me why the following works in XEmacs and not in Emacs.

I have the following abbreviation

    ("\\s" "\\section{}\\label{:sec:}" backward-char 0)

such that in XEmacs when I type '\s' followed by a space it prints

  \section{}\label{:sec:}


In Emacs, this does not work. It does not recognise the '\\s' abbreviation. I have to use

    ("s" "\\section{}\\label{:sec:}" backward-char 0)

for this to work.

Is this a bug?

Many thanks,
Fabrizio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]