Re: [AUCTeX-devel] Fix for tex-jp.el

2017-02-06 Thread Uwe Brauer
> On 06 Feb 2017, at 16:45, Arash Esbati wrote: > > Ikumi Keita writes: > >>> I vaguely remember that tests against (X)Emacs should be done via >>> `featurep' and not against a function or variable; hence I would write >>> something like this: >> >>>(let ((lcs (if (featurep 'xemacs) >>>

Re: [AUCTeX-devel] Fix for tex-jp.el

2017-02-06 Thread Arash Esbati
Ikumi Keita writes: >> I vaguely remember that tests against (X)Emacs should be done via >> `featurep' and not against a function or variable; hence I would write >> something like this: > >> (let ((lcs (if (featurep 'xemacs) >>(get-coding-system-from-locale (current-local

Re: [AUCTeX-devel] Documentation of \PreviewMacro* in preview.dtx

2017-02-06 Thread Arash Esbati
David Kastrup writes: > Arash Esbati writes: > >> % As an example for using this argument, you might want to specify >> % \begin{quote} >> % |\PreviewMacro*\footnote[{[]}][#1{}]| >> % \end{quote} >> >> I'm not a preview user, but I would have expected that \footnote comes >> last. Can someone

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 558da5fef0a4d5475214e1bc5aba1b9cd3863366

2017-02-06 Thread Arash Esbati
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via 558da5fef0a4d5475214e1bc5aba1b9cd3863366 (commit) from 9876030e88a67c36b

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 558da5fef0a4d5475214e1bc5aba1b9cd3863366

2017-02-06 Thread Arash Esbati
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via 558da5fef0a4d5475214e1bc5aba1b9cd3863366 (commit) from 9876030e88a67c36b

Re: [AUCTeX-devel] Fix for tex-jp.el

2017-02-06 Thread Ikumi Keita
Hi Arash, > I vaguely remember that tests against (X)Emacs should be done via > `featurep' and not against a function or variable; hence I would write > something like this: > (let ((lcs (if (featurep 'xemacs) >(get-coding-system-from-locale (current-locale)) >

Re: [AUCTeX-devel] Documentation of \PreviewMacro* in preview.dtx

2017-02-06 Thread David Kastrup
Arash Esbati writes: > Hi all, > > in preview.dtx, we have around line 304: > > % \DescribeMacro{\PreviewMacro} If ... you put a > % declaration like > % \begin{quote} > % |\PreviewMacro[*[[!]{\includegraphics}| > % \end{quote} > % or, more readable, > % \begin{quote} > % |\PreviewMacro[{*[][]{}}

[AUCTeX-devel] Documentation of \PreviewMacro* in preview.dtx

2017-02-06 Thread Arash Esbati
Hi all, in preview.dtx, we have around line 304: % \DescribeMacro{\PreviewMacro} If ... you put a % declaration like % \begin{quote} % |\PreviewMacro[*[[!]{\includegraphics}| % \end{quote} % or, more readable, % \begin{quote} % |\PreviewMacro[{*[][]{}}]{\includegraphics}| % \end{quote} and aroun

Re: [AUCTeX-devel] Fix for tex-jp.el

2017-02-06 Thread Arash Esbati
Ikumi Keita writes: > I would like to install the attached changes to tex-jp.el. May I proceed? Hi Ikumi, I trust your patches all work well, I only have a minor comment: > (t > - (if (japanese-TeX-coding-ejsu locale-coding-system) > - loca

[AUCTeX-devel] Fix for tex-jp.el

2017-02-06 Thread Ikumi Keita
Hi all, I would like to install the attached changes to tex-jp.el. May I proceed? Regards, Ikumi Keita >From ik...@ikumi.que.jp Mon Feb 06 20:48:10 2017 Content-Type: text/plain; charset="iso-2022-jp" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] Fix setting of coding syste