[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: French quotes treated as parentheses
From: |
David Kastrup |
Subject: |
Re: French quotes treated as parentheses |
Date: |
Fri, 28 Jul 2006 22:22:02 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> The result is that they are wrongly highlighted with show-paren-mode on,
> and "Mismatched parentheses" error messages appearing in the echo
> area. I finally managed to work around that by putting
>
> (modify-syntax-entry (string-to-char "»") "(")
> (modify-syntax-entry (string-to-char "«") ")")
>
> into my .emacs, but would it not be better to give the French quotes a
> more neutral syntax (say punctuation), to not discriminate German
> against French users?
>
> I think it would be better to set up a minor mode to switch to German
> syntax, and connect this with a language environment.
That's pretty tough, given that the German speaking Swiss tend to use
a different direction from the Germans themselves.
It is really pretty messy.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- French quotes treated as parentheses, Sven Joachim, 2006/07/28
- Re: French quotes treated as parentheses, Sven Joachim, 2006/07/29
- Re: French quotes treated as parentheses, Richard Stallman, 2006/07/29
- Re: French quotes treated as parentheses, Sven Axelsson, 2006/07/29
- Re: French quotes treated as parentheses, Richard Stallman, 2006/07/29
- Re: French quotes treated as parentheses, Yann Hodique, 2006/07/30
- Re: French quotes treated as parentheses, Richard Stallman, 2006/07/29