unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* French quotes treated as parentheses
@ 2006-07-28  5:34 Sven Joachim
  2006-07-28  5:56 ` Ralf Angeli
  2006-07-28 19:42 ` Richard Stallman
  0 siblings, 2 replies; 16+ messages in thread
From: Sven Joachim @ 2006-07-28  5:34 UTC (permalink / raw)


The French quotes (« and ») do have a `parentheses' syntax.  This has a
rather negative effect in German texts, since these use _reversed_
French quotes:

    Ich sagte: »Emacs ist toll!«
   (I said: "Emacs is great!")

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?

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-07-31 18:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-28  5:34 French quotes treated as parentheses Sven Joachim
2006-07-28  5:56 ` Ralf Angeli
2006-07-28 12:27   ` Sven Joachim
2006-07-28 17:06     ` Ralf Angeli
2006-07-28 19:42 ` Richard Stallman
2006-07-28 20:22   ` David Kastrup
2006-07-29  2:23     ` Jorgen Schaefer
2006-07-29 15:18       ` Richard Stallman
2006-07-30  2:36         ` Jorgen Schaefer
2006-07-31 18:30           ` Richard Stallman
2006-07-29  6:08     ` Sven Joachim
2006-07-29 23:34       ` Richard Stallman
2006-07-29  8:52     ` Sven Axelsson
2006-07-29 23:34       ` Richard Stallman
2006-07-30 10:09       ` Yann Hodique
2006-07-29 15:17     ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).