help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Per-File Auto fill mode?


From: Karl Eichwalder
Subject: Re: Per-File Auto fill mode?
Date: Sun, 27 Apr 2003 15:08:23 +0200
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3.50 (gnu/linux)

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)               |   (*)/'(*)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]