From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: Per-File Auto fill mode? Date: Sun, 27 Apr 2003 16:02:43 +0200 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84k7dg3unw.fsf@lucy.is.informatik.uni-duisburg.de> 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=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051452377 13791 80.91.224.249 (27 Apr 2003 14:06:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2003 14:06:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 27 16:06:16 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 199mnH-0003aJ-00 for ; Sun, 27 Apr 2003 16:06:16 +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 199mnT-0007tg-04 for gnu-help-gnu-emacs@m.gmane.org; Sun, 27 Apr 2003 10:06:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!fu-berlin.de!uni-berlin.de!p5087779a.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: p5087779a.dip.t-dialin.net (80.135.119.154) Original-X-Trace: fu-berlin.de 1051452311 10203620 80.135.119.154 (16 [73968]) Mail-Copies-To: never User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:K9kNha2zGpesQClHoeiE1kQhDmc= Original-Xref: shelby.stanford.edu gnu.emacs.help:112414 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:8912 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8912 Karl Eichwalder writes: > 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)) Now you have a syntax table. But it seems there is no code to actually use it. -- file-error; Data: (Opening input file no such file or directory ~/.signature)