Re: [gs-devel] Re: Please restore PDF2DSC for preview-latex

2025-03-17 Thread David Kastrup
Ken Sharp writes: > On 17/03/2025 16:43, David Kastrup wrote: > >>> Well nothing ever is, is it ? On-going maintenance is part of the >>> deal. The problem here is that you want us to take on that task. >> >> That is the point of an API: provide a stable i

Re: [gs-devel] Re: Please restore PDF2DSC for preview-latex

2025-03-17 Thread David Kastrup
Ken Sharp writes: > On 17/03/2025 15:20, David Kastrup wrote: >> >> The problem is that judging from previous experience with Ghostscript >> development, this would not be a one-time task. > > Well nothing ever is, is it ? On-going maintenance is part of the > deal

Re: [gs-devel] Re: Please restore PDF2DSC for preview-latex

2025-03-17 Thread David Kastrup
Ken Sharp writes: > On 17/03/2025 13:16, David Kastrup wrote: > >> The interaction with GhostScript involves "please render now page xxx >> into a PNG file". This interaction is done in a pipe, the order is not >> known in advance but depends on the viewin

Re: [gs-devel] Re: Please restore PDF2DSC for preview-latex

2025-03-17 Thread David Kastrup
have not found anything in GhostScript that provides similar (and documented!) stability for PDF processing of individual pages efficiently and in dynamically determined order. -- David Kastrup

Re: how to add a new pdf viewer?

2023-08-30 Thread David Kastrup
imply too old. Huh. I thought the idea behind snap packages was that they packaged their library dependencies or something in order not to rely on the host system details as much. Maybe there is a particular way in which one needs to call the binary or set up its environment? -- David Kastrup

Re: set the latex binaries, locally to different texlive distributions

2023-06-08 Thread David Kastrup
ot; path (setenv "PATH" path))) I call it as M-x TeXlive RET and it looks up the TeXlive versions (under /usr/local/texlive) that have binaries installed and then asks which year to use, defaulting to the newest. In case multiple architectures are installed (I had 32bit and 64bit executables in parallel at some point of time) it also asks for the architecture. -- David Kastrup

Re: Request for Features in DocTeX mode

2023-03-27 Thread David Kastrup
Jan Braun writes: > > \newpage > %\end{macrocode} > % @ > %\begin{macrocode} > > I wrote myself a tiny lisp function, but this has still some bugs, > which I wasn’t able to fix yet :-( You can try C-a C-o % C-u C-c ] as a first approximation. -- David Kastrup

master 2d0fdeba: Preserve braces after @TeX and similar macros.

2023-01-07 Thread David Kastrup
branch: master commit 2d0fdebac0ec12676545dd4197171575e7489f56 Author: David Kastrup Commit: David Kastrup Preserve braces after @TeX and similar macros. --- doc/macros.texi | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/macros.texi

Re: Running pdftex on auctex.texi with texinfo 2023-01-02.21 fails

2023-01-07 Thread David Kastrup
Arash Esbati writes: > David Kastrup writes: > >> Those were defensive changes intended to make fewer assumptions. I'd be >> surprised if they didn't work with older Texinfo variants, but surprises >> are not unheard of... > > I tried it with texinfo.tex

Re: Running pdftex on auctex.texi with texinfo 2023-01-02.21 fails

2023-01-07 Thread David Kastrup
Arash Esbati writes: > David Kastrup writes: > >> That appears to be a different problem. Maybe > > Thanks, the last change works as expected. What do you think, is your > suggestion safe enough to push? Otherwise, I will try to test with an > older texinfo.tex before

Re: Running pdftex on auctex.texi with texinfo 2023-01-02.21 fails

2023-01-07 Thread David Kastrup
Arash Esbati writes: > David Kastrup writes: > >> Without too much of a clue and research, this appears to do the trick >> for me: > > This is what I get: > > (./auctex.toc [-1] > ! Missing control sequence inserted. > > @inaccessible

Re: Running pdftex on auctex.texi with texinfo 2023-01-02.21 fails

2023-01-07 Thread David Kastrup
Arash Esbati writes: > David Kastrup writes: > >> It needs to be written AUC@TeX{} . Maybe the toc code errouneously >> strips the braces? ... Oops. In doc/macros.texi, we have >> >> \global\let\savedTeX\TeX >> \gdef\TeX#1{\savedTeX#1} >> >>

Re: Running pdftex on auctex.texi with texinfo 2023-01-02.21 fails

2023-01-07 Thread David Kastrup
would not strip but retain the braces. It would inhibit kerning after @TeX{}, like when writing @TeX{}O, but I don't think that should be a relevant problem. Worth a try. -- David Kastrup

Re: AUCTeX and "builtin latex mode" integration

2022-09-19 Thread David Kastrup
some exotic configs, of course, but I feel like in the long run it > might be worth it. > > WDYT? Doesn't really seem to fit the conventions for major and minor mode keybindings. -- David Kastrup

Re: master 6b5f00bf: Unquote lambdas in font-latex.el & tex-bar.el; add some FIXMEs

2022-08-30 Thread David Kastrup
David Kastrup writes: >> The list-strings variable is let-bound around the complete defconst >> LaTeX-symbols-toolbar-switch-contents. I guess it should become >> (quote ("foo" "bar" "baz")) instead of (quote \, list-strings). Stefan, >>

Re: master 6b5f00bf: Unquote lambdas in font-latex.el & tex-bar.el; add some FIXMEs

2022-08-30 Thread David Kastrup
e is let-bound around the complete defconst > LaTeX-symbols-toolbar-switch-contents. I guess it should become > (quote ("foo" "bar" "baz")) instead of (quote \, list-strings). Stefan, > what's the issue here? This looks like it should rather rely on lexical-binding being t and write :help (lambda (&rest _ignore) (concat "Turn " (if LaTeX-symbols-toolbar-visible-flag "off " "on ") "the toolbar of LaTeX symbols (current class: " (nth (1- LaTeX-symbols-active-menuitem) list-strings) ")"))) -- David Kastrup

Re: auctex version 11.84 (for Xemacs21.4) don't ask for master

2022-07-06 Thread David Kastrup
t this time it was not. You have a menu of what to do with the change, and you want the "Set For Future Sessions" item in this case. -- David Kastrup

Re: auctex version 11.84 (for Xemacs21.4) don't ask for master

2022-07-06 Thread David Kastrup
Uwe Brauer writes: >>>> "DK" == David Kastrup writes: > >> Uwe Brauer writes: >>> Hi >>> >>> A colleague of mine still sticks with xemacs21.4 and auctex 11.84. >>> >>> >>> Now she is annoyed that every ti

Re: auctex version 11.84 (for Xemacs21.4) don't ask for master

2022-07-06 Thread David Kastrup
Or you can just use M-x customize-variable RET TeX-master RET and have the meaning of the various settings explained. -- David Kastrup

Re: Dependency on tex-buf.el

2022-03-19 Thread David Kastrup
I have renamed. In Git it should work (if you _combine_ renaming a file with changing its contents in a single commit, git blame may need additional options to track this). In Hg it likely depends on whether you renamed using the version control system or outside of it. > Maybe this is impossible. Unlikely... -- David Kastrup

Re: Dependency on tex-buf.el

2022-03-19 Thread David Kastrup
in other version control systems so that they can track the ancestry of material, and moving material between files or splitting or merging files generally leads to a loss of significant amounts of information. In Git you do not need to worry about losing that information because Git does not store it in the first place. -- David Kastrup

Re: Dependency on tex-buf.el

2022-03-19 Thread David Kastrup
Ikumi Keita writes: > Hi David and Tassilo, > >>>>>> David Kastrup writes: >> As a note aside: we are using Git as version control system these days. >> Git doesn't maintain change histories in the first place but computes >> them on the fly when

Re: Dependency on tex-buf.el

2022-03-18 Thread David Kastrup
it? As a note aside: we are using Git as version control system these days. Git doesn't maintain change histories in the first place but computes them on the fly when calling "git blame" or similar. It has various options on how thoroughly it will track content moving across files. "Losing" commit history is quite harder than you make it appear here. So that particular point should not really be a consideration. -- David Kastrup

Re: GNU AUCTeX branch, master, updated. 34befcc17649fd6615fd4ef8756fb78705f7fe55

2022-02-22 Thread David Kastrup
e (append LaTeX-math-list LaTeX-math-default)) > > Or am I missing something? Performance and memory churn? Appending two lists has to create a copy of the first list. -- David Kastrup

Re: cannot add \frownie to pretty-list

2021-11-18 Thread David Kastrup
ode) ftcrhb:-PfEd-Unifont-normal-normal-normal-*-15-*-*-*-d-0-iso10646-1 (#xDD12) Character code properties: customize what to show name: VARIATION SELECTOR-16 general-category: Mn (Mark, Nonspacing) decomposition: (65039) ('️') and that has no place in Elisp syntax when encountered on its own. If you cannot get your input method to refrain from that insertion, instead of ?☹ you could just write 9785 . -- David Kastrup

Re: Cleaning up temporal markers

2021-07-07 Thread David Kastrup
Yeah, I'd appreciate if someone clarifies this point. As I read the Elisp reference, it is pretty clear. What other interpretation do you read into the text? -- David Kastrup

Re: Output to directory patch

2021-03-01 Thread David Kastrup
Tassilo Horn writes: > David Kastrup writes: > >>>> Tasillo, I would be grateful if you can pull those changes when you >>>> get a chance. >>> >>> Done so, although I've had to delete and recreate the branch because >>> apparently s

Re: Output to directory patch

2021-03-01 Thread David Kastrup
went there. And force-pushing on master at least is not something one should do ever. -- David Kastrup

Re: Slash at the end of directory (was Re: oddity with TeX-style-private ?)

2020-10-25 Thread David Kastrup
Uwe Brauer writes: >>>> "DK" == David Kastrup writes: > >> Uwe Brauer writes: >>>> Pushed. Oops, sorry, I overlooked that new commits had come in. A non >>>> fast-forward merge commit was produced on savannah. Not good... >>

Re: Slash at the end of directory (was Re: oddity with TeX-style-private ?)

2020-10-25 Thread David Kastrup
oper, but certainly not on the reader. -- David Kastrup

Re: XEmacs code remainder in font-latex.el

2019-12-08 Thread David Kastrup
Arash Esbati writes: > David Kastrup writes: > >> Arash Esbati writes: >> >>> I'm not sure but the entire (when (fboundp 'built-in-face-specifiers) >>> clause is XEmacs related, right? Can someone with XEmacs installed on >>> HD confir

Re: XEmacs code remainder in font-latex.el

2019-12-07 Thread David Kastrup
+Mon Oct 20 10:15:42 1997 Peter S Galbraith + + * font-latex.el: Updated to V0.504 (Oct 20 97) + + * bib-cite.el: Updated to 3.04 (Aug 25 97) + + * hilit-LaTeX.el: Updated to V1.17 (Sep 06 95) At this date, Emacs did not yet have its Emacs 21 display engine released unless I am mistaken. So pretty sure that in the context of XEmacs non-support this code should be fine to remove. -- David Kastrup

Re: reftex-reference and insert \eqref{} not (\ref{})

2019-12-02 Thread David Kastrup
athtools package load amsmath? If it does, then maybe AUCTeX should have an appropriate style file? -- David Kastrup

Re: [AUCTeX-devel] TeXLive 2019 update broke preview-latex (was Re: Typeset LaTeX files with non-ascii file name in TeXLive 2018)

2019-10-07 Thread David Kastrup
omebody else did while retaining the braces? Of course most of the time I try to deflect blame, it turns out I was the culprit. Also I don't quite know whether or not "preamble caching" in the form of mylatex.ltx use could be relevant. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] [gs-devel] Asking help for preview-latex

2019-07-12 Thread David Kastrup
Ikumi Keita writes: >>>>>> David Kastrup writes: >>>> The test would be something like >>> >>>> /GS_PDF_ProcSet where { pop [put old code here] } if >>> >>> Do you mean that the patch listed below should work? > >>

Re: [AUCTeX-devel] [gs-devel] Asking help for preview-latex

2019-07-12 Thread David Kastrup
Ikumi Keita writes: >>>>>> David Kastrup writes: >> I don't think that the drawback is necessary: in contrast to a working >> DELAYBIND, it is easy to test for existence of the PDF dictionary at >> runtime and use it if available. > >> The test

Re: [AUCTeX-devel] [gs-devel] Asking help for preview-latex

2019-07-11 Thread David Kastrup
t case, the background color of the generated images > will just be white and no longer match with Emacs. I don't think that the drawback is necessary: in contrast to a working DELAYBIND, it is easy to test for existence of the PDF dictionary at runtime and use it if available. The test would b

Re: [AUCTeX-devel] [gs-devel] Asking help for preview-latex

2019-07-10 Thread David Kastrup
Ikumi Keita writes: > Hi David, > >>>>>> David Kastrup writes: >> I'll probably pitch in from here (if nobody else does) and write code >> that checks for the availability of any of these features and uses them. > > Do you have a plan to make a pr

Re: [AUCTeX-devel] [gs-devel] Asking help for preview-latex

2019-07-03 Thread David Kastrup
ted. > > Chris, there is a possibility that we ask you (or the Ghostscript > development team) to agree to transfer the copyright of the above > PostScript code of several lines to Free Software Foundation. Are you > fine to agree if that really happens? > > To project admin o

Re: [AUCTeX-devel] [gs-devel] Asking help for preview-latex

2019-07-03 Thread David Kastrup
f these features and uses them. What will be the result of trying to use the broken DELAYBIND? Can I check/use it in a manner where the worst that will happen is, well, nothing? -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] Try to colorize preview (was Re: Asking help for preview-latex)

2019-06-24 Thread David Kastrup
Ikumi Keita writes: > [ Recipient lists are trimmed. ] > >>>>>> David Kastrup writes: >>> The links to the old archives of AUCTeX-related ML listed on >>> https://www.gnu.org/software/auctex/mailing-lists.html >>> are all dead (dir.gma

Re: [AUCTeX-devel] Try to colorize preview (was Re: Asking help for preview-latex)

2019-06-24 Thread David Kastrup
Ikumi Keita writes: > Hi David, > >>>>>> David Kastrup writes: >> Ikumi Keita writes: >>> I hope that David comments on this issue. In particular, I'd like to >>> know, or to know to how to judge, whether "the initial colors set up &g

Re: [AUCTeX-devel] Try to colorize preview (was Re: Asking help for preview-latex)

2019-06-24 Thread David Kastrup
both the foreground and background colors > are reflected in the outcome of preview-latex. > > However, these two lines in preview.sty (actually in preview.dtx) were > commmented out at this commit: > -- > 5dc76f79d0fff44794262037b93f0533af78f

Re: [AUCTeX-devel] xemacs (sigh)

2019-06-18 Thread David Kastrup
might be worth thinking about is linking to >> (the latest?) news on AUCTeX's web page. > > That would be helpful. AUCTeX's web page is not really a lot to write home about in its current state, really. Linking to AUCTeX's news items might be a bit of improvement.

Re: [AUCTeX-devel] xemacs (sigh)

2019-06-18 Thread David Kastrup
e much success with that approach for other software. The only thing that might be worth thinking about is linking to (the latest?) news on AUCTeX's web page. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] xemacs (sigh)

2019-06-18 Thread David Kastrup
Commit messages are _absolutely_ not the place for collecting release-relevant information. They are supposed to describe the particular changes affected by a particular commit, not changes by some unspecific series of commits preceding it. -- David Kastrup

Re: [AUCTeX-devel] bug#35696: preview-latex does not work under any Emacs themes and bug#35571: 12.1; Changing foreground breaks previews

2019-06-17 Thread David Kastrup
others > think? Definitely worth a try, mentioning that this has to go through pdf2dsc . -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] TeX-next-error

2018-12-11 Thread David Kastrup
(next-error, previous-error, first-error, next-error-no-select) (previous-error-no-select): Move from compile.el. and in 2005 we certainly would not have wanted to depend on code introduced as recently as 2004. So the answer is very likely "historical". -- David Kastrup ___

Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 097084443771d6716c6870f2f8d329e9c0949d97

2018-10-30 Thread David Kastrup
Ikumi Keita writes: > Hi David, > >>>>>> David Kastrup writes: > >> Uh, preview-latex already _had_ code for doing that. Doesn't it work? > > No, the previous code excluded raw 8-bit bytes which already existed in > the output of latex. It only p

Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 097084443771d6716c6870f2f8d329e9c0949d97

2018-10-30 Thread David Kastrup
.in:Sequences of control characters such as ^^I are left untouched. preview.el.in: (preview--convert-^^ab preview.el.in:(defun preview--convert-^^ab (string) preview.el.in: "Convert ^^ sequences in STRING to raw 8bit. preview.el.in:Sequences of control char

Re: [AUCTeX-devel] question regarding installation under Windows

2018-09-03 Thread David Kastrup
get an Emacs installed and do M-x package-list-packages RET you should be able to find AUCTeX in that list and install it (using "i" I think). I don't think you should be experiencing problems under Windows; be sure to report back either way. -- David Kastrup __

Re: [AUCTeX-devel] Fix about usage of kpsewhich

2017-12-02 Thread David Kastrup
David Kastrup writes: > Ikumi Keita writes: > >> Hi Mosè and all, >> >>>>>>> Mosè Giordano writes: >>> sorry for the late reply, these days I'm getting all @gnu.org emails >>> with huge delay. >> >> It seems that the

Re: [AUCTeX-devel] Fix about usage of kpsewhich

2017-12-02 Thread David Kastrup
e these days. No mails since Nov 30 are listed on > https://lists.gnu.org/archive/html/auctex/ > https://lists.gnu.org/archive/html/auctex-devel/ > https://lists.gnu.org/archive/html/bug-auctex/ > at the time of writing this message. > >> 2017-12-01 23:34 GMT+01:00 David

Re: [AUCTeX-devel] Fix about usage of kpsewhich

2017-12-01 Thread David Kastrup
ways that we >> can take. >> >> (1) Commit my pending patch proposed in >> https://lists.gnu.org/archive/html/auctex-devel/2017-11/msg00030.html > > Braces + comma should be fine. Unless there are directories containing comma itself in the PATH. Is that an allowed character in

Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9fdfe2c3d466d0a37b2d46b94052516e16d2c0c5

2017-12-01 Thread David Kastrup
not be special and could be part of a directory name. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9fdfe2c3d466d0a37b2d46b94052516e16d2c0c5

2017-11-29 Thread David Kastrup
Ikumi Keita writes: >>>>>> David Kastrup writes: > >> You know, it is not prohibited to actually test out such things. > >> dak@lola:/usr/local/tmp/lilypond$ kpsewhich --progname=latex --expand-path >> "/home/dak/tex/india/:/tmp" >> /h

Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9fdfe2c3d466d0a37b2d46b94052516e16d2c0c5

2017-11-29 Thread David Kastrup
David Kastrup writes: > "Ikumi Keita" writes: > >> 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". >> &g

Re: [AUCTeX-devel] [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9fdfe2c3d466d0a37b2d46b94052516e16d2c0c5

2017-11-29 Thread David Kastrup
se LGPLv2.1+: GNU Lesser GPL version 2.1 or later <http://gnu.org/licenses/lgpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. What are you trying to fix here? The code you replaced was not an accident. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] Call for patches for last release on 11.x series

2017-11-12 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >>> (defun delete-dups (list) >>> "Destructively remove `equal' duplicates from LIST. >>> Store the result in LIST and return it. LIST must be a proper list. >>> Of several `equal' occ

Re: [AUCTeX-devel] Call for patches for last release on 11.x series

2017-11-12 Thread David Kastrup
David Kastrup writes: >> (defun delete-dups (list) >> "Destructively remove `equal' duplicates from LIST. >> Store the result in LIST and return it. LIST must be a proper list. >> Of several `equal' occurrences of an element in LIST, the first >

Re: [AUCTeX-devel] Call for patches for last release on 11.x series

2017-11-12 Thread David Kastrup
Arash Esbati writes: > Mosè Giordano writes: > >> 2017-11-10 18:42 GMT+01:00 David Kastrup : >>> Uwe Brauer writes: >>> >>>> Ok, what's about styles? Could those go in the future in both branches, >>>> in master in the 11.92-old or wha

Re: [AUCTeX-devel] Call for patches for last release on 11.x series

2017-11-10 Thread David Kastrup
nambiguously clear that the AUCTeX developers are not responsible for working on an XEmacs version any more. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 837d590008c1dd4e92ffbce15008efb761d11f7c

2017-11-06 Thread David Kastrup
--- commit 837d590008c1dd4e92ffbce15008efb761d11f7c Author: David Kastrup Date: Mon Nov 6 23:58:23 2017 +0100 Remove use of .runandhide operator Ghostscript bug 698680 <https://bugs.ghostscript.com/show_bug.cgi?id=698680> has been caused by the removal of the .runandhide operator in Ghostscript 9

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 837d590008c1dd4e92ffbce15008efb761d11f7c

2017-11-06 Thread David Kastrup
--- commit 837d590008c1dd4e92ffbce15008efb761d11f7c Author: David Kastrup Date: Mon Nov 6 23:58:23 2017 +0100 Remove use of .runandhide operator Ghostscript bug 698680 <https://bugs.ghostscript.com/show_bug.cgi?id=698680> has been caused by the removal of the .runandhide operator in Ghostscript 9

Re: [AUCTeX-devel] [PATCH] When using SyncTeX with Evince, do not switch focus after syncing.

2017-08-26 Thread David Kastrup
't expect to view the output of the compilation as > you enter the code. You might look at an initial output but then you > would concentrate on the code before compiling again - you surely > wouldn't do both simultaneously. TeX/LaTeX is also

Re: [AUCTeX-devel] [PATCH] When using SyncTeX with Evince, do not switch focus after syncing.

2017-08-20 Thread David Kastrup
view the document? If > you only want to sync the viewer, you should define a custom command > that does that, why hijacking a command that is supposed to do > something else? In addition, what's the point of syncing the viewer > without viewing it? "Viewing it"

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

2017-02-06 Thread David Kastrup
| > % \end{quote} > > I'm not a preview user, but I would have expected that \footnote comes > last. Can someone confirms this? > > % \begin{quote} > % |\PreviewMacro*[{[]}][#1{}]\footnote| > % \end{quote} The content of prfootnote.def appears

Re: [AUCTeX-devel] Defaulting `TeX-parse-self' to t

2017-02-05 Thread David Kastrup
the benefits. > > WDYT? I think that the AUCTeX manual should start right away with suggesting to _individually_ enable TeX-parse-self. Which it does as far as I remember. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] pretty patch

2016-09-15 Thread David Kastrup
are usually activated automatically when installed via the package system). I don't think that AUCTeX documentation is the place to suggest switching to Emacs. Nor should we specifically recommend the use of unmaintained packages like X-Symbol. -- David Kastrup ___

Re: [AUCTeX-devel] patch for the documentation concerning prettifying and friends

2016-09-09 Thread David Kastrup
Uwe Brauer writes: [...] Uwe's assignment is finally registered for Emacs with date 2016-8-22. -- David Kastrup signature.asc Description: PGP signature ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/lis

Re: [AUCTeX-devel] copyright assigment

2016-09-07 Thread David Kastrup
Uwe Brauer writes: > Hi > > Any news with my copyright assignment? No. Have you received your copy signed by the FSF clerk? As long as that is not the case, the assignment has not been processed anyway. -- David Kastrup ___ auctex-deve

Re: [AUCTeX-devel] copyright assignment patches

2016-09-02 Thread David Kastrup
with 2016-8-23 (about a week ago) so there might have been some work queue or vacation that has interfered with the updates to current date. Did you receive notice about the completion? If so, it usually takes half a day until the results carry into the official list. --

Re: [AUCTeX-devel] my patch? Examn (bidi in preparation)

2016-08-29 Thread David Kastrup
ne thing: if you wrote yesterday, yesterday was Sunday. Which is not a work day even in the U.S. (and Donald is an actual employee). And Monday is not half over in the U.S. since there is a timezone difference. And if he is not paid for mostly idling, he'll be working off a task queue.

Re: [AUCTeX-devel] my patch? Examn (bidi in preparation)

2016-08-28 Thread David Kastrup
Uwe Brauer writes: >> On 28 Aug 2016, at 23:33, David Kastrup wrote: >> >> Of course, the circle of GNU maintainers is not exactly small, but >> decidedly smaller than that of all GNU contributors, and many of those >> maintainers are so because of being in

Re: [AUCTeX-devel] my patch? Examn (bidi in preparation)

2016-08-28 Thread David Kastrup
hat of all GNU contributors, and many of those maintainers are so because of being in a position of trust by several others working on GNU. It's a reasonable compromise. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] copyright question

2016-08-18 Thread David Kastrup
Uwe Brauer writes: >>>> "David" == David Kastrup writes: > >> Uwe Brauer writes: >>> Hi >>> >>> I just received the copyright papers. It seems that the clerk put in >>> only GNU auctex, which I interpret as

Re: [AUCTeX-devel] copyright question

2016-08-18 Thread David Kastrup
CTeX/GNU Emacs". What is the exact project listed in your copy of the PDF? -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] Spell checking of macros

2016-07-17 Thread David Kastrup
Mosè Giordano writes: > 2016-07-17 19:28 GMT+02:00 David Kastrup : >> Mosè Giordano writes: >> >>> It looks overall good to me, but note that error messages *do not* end >>> with a period (see `error`'s docstring) and you should replace the >>>

Re: [AUCTeX-devel] Spell checking of macros

2016-07-17 Thread David Kastrup
s that error messages start with a capital letter but *do not* end with a period. Please follow this convention for the sake of consistency. Note: (error "%s" VALUE) makes the message VALUE without interpreting format characters like ‘%’, ‘`’, and ‘'’. You don

Re: [AUCTeX-devel] Spell checking of macros

2016-07-11 Thread David Kastrup
uot;) > > Ok, fine. > >> Do you have any specific concern about using `eval-when-compile' here? > > I have the impression that currently AUCTeX doesn't require to be > compiled. My understanding is that with this change compilation would > become practically mandatory (at least in order to exploit this > feature), is it correct? No. It will interpret just fine, only slower. Which is basically the expectation for loading uncompiled code anyway, though usually most of the savings from compilation are expected more on run time than load time. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] A patch to fix auctex.texi

2016-06-29 Thread David Kastrup
ner. Just do \ifx\commondummies\undefined \else [Fix \commondummies] \fi \ifx\definedummies\undefined \else [Fix \definedummies] \fi It keeps the tests connected to the actual code and has fewer implied assumptions. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] [AUCTeX] GNU AUCTeX 11.89.4 released to ELPA

2016-05-22 Thread David Kastrup
nd in the concrete case, if one character in the ChangeLog > shows up as \xxx or a box, I don't consider that a drama. :-) ChangeLog is strictly a developer resource. No XEmacs developer will be actively using XEmacs 21.4 no-mule. Trying to avoid utf-8 here is nonsensical in my book.

Re: [AUCTeX-devel] Further TikZ patches

2016-04-13 Thread David Kastrup
t 6 AUCTeX users all in all. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] New error parsing

2016-03-29 Thread David Kastrup
ember would >> work (with the former probably being a bit faster than the latter). > > I wasn't sure if two integers of the same value are always identical. Emacs: yes so far. Lisp: not necessarily. That's why eql exists in the first place. I prefer pr

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

2016-03-03 Thread David Kastrup
ff 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 ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] [SOLVED]

2016-02-01 Thread David Kastrup
it rather than a local branch head. And then to another isolated commit rather than a local branch head. Probably a bad use of "git checkout". -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] git problem (again)

2016-02-01 Thread David Kastrup
details. ` > > Ok I can clone again, but I would love to know what is going on [1] Whatever you did (git reflog should give you a good idea), you probably can get back to normal using git checkout master -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] problems with git pull

2015-11-27 Thread David Kastrup
e translation at work? Are you using some sort of a network drive and some Windows/UNIX mixture making use of it? -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] problems with git pull

2015-11-27 Thread David Kastrup
ase_11_89 -> release_11_89 > Updating b072f9c..15ebec9 > error: Your local changes to '.gitignore' would be overwritten by > merge. Aborting. > Please, commit your changes or stash them before you can merge. > > I don't know which changes git is referring to. Try

Re: [AUCTeX-devel] amsmath, amsthm automatially insert thm, lemma etc

2015-10-20 Thread David Kastrup
> the same as >> >> heading >> >> ? > > As always, thanks for your comments. You are right, of course, Only if (stringp heading) => t and possibly some other conditions. %s converts also non-strings. -- David Kastrup ___

Re: [AUCTeX-devel] \Bbb{Q} tex--prettify-symbols-alist

2015-10-11 Thread David Kastrup
k a > (require 'my-change-prettify-list) > would load the elc version. > > Any explanations? Using desktop.el? -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] \Bbb{Q} tex--prettify-symbols-alist

2015-10-11 Thread David Kastrup
uot; . ?\u2124))) > | (add-to-list 'tex--prettify-symbols-alist el)) > | > | > | > | (provide 'my-change-prettify-list) > ` > again: \setR works, \setQ does not. First try not to use Emacs' built-in TeX mode at the same time as using AUCTeX, or any further analysis is likely a waste of time. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] \Bbb{Q} tex--prettify-symbols-alist

2015-10-11 Thread David Kastrup
Uwe Brauer writes: >>>> "David" == David Kastrup writes: > >> Uwe Brauer writes: >>>>>> "Tassilo" == Tassilo Horn writes: >>> >>> > Uwe Brauer writes: >>> > Hi Uwe, >>> >>>

Re: [AUCTeX-devel] \Bbb{Q} tex--prettify-symbols-alist

2015-10-10 Thread David Kastrup
("\\setC" . ?\u2102) > ("\\quad" . ?␣) > ("\\qquad" . ?\u29e2) > ("\\varrho" . ?ϱ) > ("\\setZ" . ?\u2124))) > (add-to-list 'tex--prettify-symbols-alist el)) > > But it does not work what do I miss? _Where_ do you have that? -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread David Kastrup
this > bug, if exists, has anything to do with AUCTeX). It very much depends on what "But I also have set" is supposed to mean. If you add to LaTeX-mode-hook, of course this does not affect any buffers which are already in LaTeX-mode (for example by having loaded the desktop before setting up LaTeX-mode-hook). -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] sub and superscripts: without «_» and «^»

2015-09-03 Thread David Kastrup
ve some spurious ^ or _ > somewhere in your text (not in some math) you won't see it at all. And > AUCTeX's font-latex does not raise/lower scripts on multiple levels, > e.g., with x^y^z the y and the z have the same size and are equally > raised. Uh, correct? That's an

Re: [AUCTeX-devel] latex-pretty-symbols.el and subscripts (x-symbol): don't display _ or ^

2015-08-24 Thread David Kastrup
CTeX using > > 21.4.1 is recent enough? I have my doubts that Tassilo would call an Emacs version from 12 years ago "very, very recent". -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] problems with Xemacs 21.4.22 Mule on Mac, xdvi

2015-06-10 Thread David Kastrup
which I think is a > bash shell) and it returns > > /usr/texbin/xdvi > > Isn't (X)Emacs supposed to find this executable? If you started (X)Emacs from the terminal application, yes. If you didn't, it depends on how the environments of (X)Emacs and the terminal applicatio

Re: [AUCTeX-devel] Hello and a question about missing AUCTeX features

2015-04-18 Thread David Kastrup
og your mail box. If your user mail agent can work with NNTP, it will tend to be as simple as reading a mailing list only without touching your mail box. -- David Kastrup ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

Re: [AUCTeX-devel] Hello and a question about missing AUCTeX features

2015-04-13 Thread David Kastrup
Marcin Borkowski writes: > On 2015-04-12, at 20:04, David Kastrup wrote: > >> Marcin Borkowski writes: >> >>> Oh. This probably settles the thing. I had some hope that AUCTeX is >>> outside the scope of this FSF-papers insanity. I don't have those &g

  1   2   3   4   5   6   7   8   9   10   >