From: Karl Eichwalder <keichwa@gmx.net>
Subject: Re: Per-File Auto fill mode?
Date: Sun, 27 Apr 2003 15:08:23 +0200 [thread overview]
Message-ID: <shwuhg84vs.fsf@tux.gnu.franken.de> (raw)
In-Reply-To: 84he8kxi6b.fsf@lucy.is.informatik.uni-duisburg.de
kai.grossjohann@gmx.net (Kai Großjohann) writes:
> Well, AUCTeX arranges for recognizing "`..."' as strings, so why
> should »...« or „...“ be impossible?
At the moment, I'm not that much interested in AUC TeX ;)
> Just do it. And then, submit it to the AUCTeX maintainers.
I once tried to add »...« to po-mode and failed half way; I don't know
how to do it properly:
;; From the Emacs Lisp manual (`Example Major Modes'):
(defvar latin1:de-syntax-table nil
"Syntax table used while in latin1 (de) mode, e.g. for german texts.")
(if latin1:de-syntax-table
() ; Do not change the table if it is already set up.
(setq latin1:de-syntax-table (make-syntax-table))
;; change matching parenthesis': »...«
(modify-syntax-entry ?\» "(\«" latin1:de-syntax-table)
(modify-syntax-entry ?\« ")\»" latin1:de-syntax-table))
--
| ,__o
http://www.gnu.franken.de/ke/ | _-\_<,
ke@suse.de (work) / keichwa@gmx.net (home) | (*)/'(*)
next prev parent reply other threads:[~2003-04-27 13:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-25 22:46 Per-File Auto fill mode? Linards Ticmanis
2003-04-26 9:27 ` Oliver Scholz
2003-04-26 14:30 ` Linards Ticmanis
2003-04-27 13:58 ` gebser
[not found] ` <mailman.5251.1051451759.21513.help-gnu-emacs@gnu.org>
2003-04-28 14:53 ` Oliver Scholz
2003-05-01 14:01 ` gebser
2003-04-26 14:31 ` Kai Großjohann
2003-04-27 8:23 ` Karl Eichwalder
2003-04-27 12:02 ` Kai Großjohann
2003-04-27 13:08 ` Karl Eichwalder [this message]
2003-04-27 14:02 ` Kai Großjohann
2003-04-27 17:21 ` Karl Eichwalder
2003-04-27 19:10 ` Kai Großjohann
2003-04-27 13:01 ` Oliver Scholz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=shwuhg84vs.fsf@tux.gnu.franken.de \
--to=keichwa@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).