From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.help Subject: Re: Per-File Auto fill mode? Date: Sun, 27 Apr 2003 15:08:23 +0200 Organization: The Moon On Earth Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84y91xcou1.fsf@lucy.is.informatik.uni-duisburg.de> <84he8kxi6b.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051450708 8455 80.91.224.249 (27 Apr 2003 13:38:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2003 13:38:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 27 15:38:25 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 199mMK-0002Bw-00 for ; Sun, 27 Apr 2003 15:38:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199mJx-00030m-0A for gnu-help-gnu-emacs@m.gmane.org; Sun, 27 Apr 2003 09:35:57 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!news0.de.colt.net!news-fra1.dfn.de!news-stu1.dfn.de!news-nue1.dfn.de!uni-erlangen.de!elvis.franken.de!chico.franken.de!news.franken.de!gnu.franken.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: tux.gnu.franken.de Original-X-Trace: tux.gnu.franken.de 1051448903 16123 192.168.1.3 (27 Apr 2003 13:08:23 GMT) Original-X-Complaints-To: newsadm@gnu.franken.de Original-NNTP-Posting-Date: Sun, 27 Apr 2003 13:08:23 +0000 (UTC) Mail-copies-to: never User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Nfe8FBzttGKJXYfk3lE6FIW27Gs= Original-Xref: shelby.stanford.edu gnu.emacs.help:112410 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8910 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) | (*)/'(*)