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: Kai Großjohann
Subject: Re: Per-File Auto fill mode?
Date: Sun, 27 Apr 2003 16:02:43 +0200
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux)

Karl Eichwalder <keichwa@gmx.net> 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)


reply via email to

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