emacs-devel
[Top][All Lists]
Advanced

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

Re: latin-ltx.el: german and french quotation marks


From: David Kastrup
Subject: Re: latin-ltx.el: german and french quotation marks
Date: 07 May 2004 09:32:06 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Stefan Monnier <address@hidden> writes:

> > I find the "` "' "< "> bindings unfortunate: they are specific to the
> > german language options of babel and german.sty and impact the input
> > of " which is, AFAICS, otherwise not affected.
> 
> Huh?  There's no "` nor "' nor "< nor "> binding.
> There are only \"` and \"' and \"< and \"> bindings and there already were
> \"FOO bindings, so I don't see what you're talking about.

>From the current, changed leim/quail/latin-ltx.el:

 ("\\glqq"  ?„) ("\"`"  ?„)
 ("\\grqq"  ?“) ("\"'"  ?“)
 ("\\flq" ?‹)
 ("\\frq" ?›)
 ("\\flqq" ?«) ("\"<" ?«)
 ("\\frqq" ?») ("\">" ?»)
 )

The last time I looked "\"`" was a string starting with a double
quote, not with a backslash.  To start with a backslash, you'd have
to write "\\\"`" to start the string off with a backslash.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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