auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] Polish quotes - a simple patch


From: David Kastrup
Subject: Re: [AUCTeX-devel] Polish quotes - a simple patch
Date: Thu, 03 Mar 2016 08:25:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Marcin Borkowski <address@hidden> writes:

> Hi all,
>
> how about this patch?
>
> diff -u --label /home/mbork/.emacs.d/elpa/auctex-11.89.1/style/polski.el 
> --label \#\<buffer\ polski.el\> 
> /home/mbork/.emacs.d/elpa/auctex-11.89.1/style/polski.el 
> /tmp/buffer-content-18384jTP
> --- /home/mbork/.emacs.d/elpa/auctex-11.89.1/style/polski.el
> +++ #<buffer polski.el>
> @@ -46,7 +46,7 @@
>      "ppauza")
>     ;; Quotation marks
>     (unless (eq (car TeX-quote-language) 'override)
> -     (setq TeX-quote-language '("polski" ",," "''" t)))
> +     (setq TeX-quote-language '("polski" ",," "''")))
>     ;; Fontification of quotation marks.
>     (when (fboundp 'font-latex-add-quotes)
>       (font-latex-add-quotes '(",," "''")))
>
> Diff finished.  Thu Mar  3 05:54:48 2016
>
> I don't see any reason behind the "t" setting here; I've practically
> never wanted to insert a literal quote character in Polish TeX files.

So?  In verbatim and/or code excerpts it's actually a rather likely
thing to insert.

-- 
David Kastrup



reply via email to

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