GNU bug report logs - #34082
tex-buffer fails when buffer not saved

Previous Next

Package: emacs;

Reported by: Colin Baxter <m43cap <at> yandex.com>

Date: Tue, 15 Jan 2019 11:45:02 UTC

Severity: minor

Tags: confirmed

Found in version 22.2

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34082 in the body.
You can then email your comments to 34082 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#34082; Package emacs. (Tue, 15 Jan 2019 11:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Colin Baxter <m43cap <at> yandex.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 15 Jan 2019 11:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Colin Baxter <m43cap <at> yandex.com>
To: bug-gnu-emacs <at> gnu.org
Subject: cal-tex.el
Date: Tue, 15 Jan 2019 11:44:32 +0000
emacs -Q <RET>
M-x calendar <RET>
M-x cal-tex-cursor-day <RET>
M-x tex-buffer <RET>
 ---> Buffer is not associated with any file
M-x tex-print <RET>
 ---> No appropriate ‘.dvi’ file could be found

However, if the buffer 'calendar.tex' is saved to a file then we
can proceed using M-x tex-compile <RET>, etc.

Perhaps the user might be given instructions at the head of the buffer
'calendar.tex' that are different from those presently seen.

Best wishes,

-- 
Colin Baxter
m43cap <at> yandex.com




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34082; Package emacs. (Tue, 12 Feb 2019 21:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 34082 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Colin Baxter <m43cap <at> yandex.com>
Cc: 34082 <at> debbugs.gnu.org
Subject: Re: bug#34082: cal-tex.el
Date: Tue, 12 Feb 2019 16:55:54 -0500
Colin Baxter wrote:

> emacs -Q <RET>
> M-x calendar <RET>
> M-x cal-tex-cursor-day <RET>
> M-x tex-buffer <RET>
>  ---> Buffer is not associated with any file
> M-x tex-print <RET>
>  ---> No appropriate '.dvi' file could be found
>
> However, if the buffer 'calendar.tex' is saved to a file then we
> can proceed using M-x tex-compile <RET>, etc.
>
> Perhaps the user might be given instructions at the head of the buffer
> 'calendar.tex' that are different from those presently seen.

tex-buffer is supposed to support this usage:
  "Does not save the buffer, so it's useful for trying experimental versions."

However, it seems that this does not work since Emacs 22.1.

A quick bisect points to b2272f6.




bug Marked as found in versions 22.2. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 12 Feb 2019 21:58:01 GMT) Full text and rfc822 format available.

Changed bug title to 'tex-buffer fails when buffer not saved' from 'cal-tex.el' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 12 Feb 2019 21:58:01 GMT) Full text and rfc822 format available.

Added tag(s) confirmed. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 12 Feb 2019 21:58:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34082; Package emacs. (Wed, 13 Feb 2019 18:14:02 GMT) Full text and rfc822 format available.

Message #17 received at 34082 <at> debbugs.gnu.org (full text, mbox):

From: Colin Baxter <m43cap <at> yandex.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: , 34082 <at> debbugs.gnu.org
Subject: Re: bug#34082: cal-tex.el
Date: Wed, 13 Feb 2019 18:12:53 +0000
>>>>> "GM" == Glenn Morris <rgm <at> gnu.org> writes:

    GM> Colin Baxter wrote:
    >> emacs -Q <RET> M-x calendar <RET> M-x cal-tex-cursor-day <RET>
    >> M-x tex-buffer <RET>
    ---> Buffer is not associated with any file
    >> M-x tex-print <RET>
    ---> No appropriate '.dvi' file could be found
    >> 
    >> However, if the buffer 'calendar.tex' is saved to a file then we
    >> can proceed using M-x tex-compile <RET>, etc.
    >> 
    >> Perhaps the user might be given instructions at the head of the
    >> buffer 'calendar.tex' that are different from those presently
    >> seen.

    GM> tex-buffer is supposed to support this usage: "Does not save the
    GM> buffer, so it's useful for trying experimental versions."

    GM> However, it seems that this does not work since Emacs 22.1.

    GM> A quick bisect points to b2272f6.

Thanks. tex-mode.el of 2007 is a long time ago!

Best wishes,

-- 
Colin Baxter
m43cap <at> yandex.com




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34082; Package emacs. (Wed, 11 Aug 2021 19:28:01 GMT) Full text and rfc822 format available.

Message #20 received at 34082 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Colin Baxter <m43cap <at> yandex.com>
Cc: 34082 <at> debbugs.gnu.org
Subject: Re: bug#34082: tex-buffer fails when buffer not saved
Date: Wed, 11 Aug 2021 21:26:50 +0200
Colin Baxter <m43cap <at> yandex.com> writes:

> emacs -Q <RET>
> M-x calendar <RET>
> M-x cal-tex-cursor-day <RET>
> M-x tex-buffer <RET>
>  ---> Buffer is not associated with any file
> M-x tex-print <RET>
>  ---> No appropriate ‘.dvi’ file could be found
>
> However, if the buffer 'calendar.tex' is saved to a file then we
> can proceed using M-x tex-compile <RET>, etc.

This should now be fixed in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 28.1, send any further explanations to 34082 <at> debbugs.gnu.org and Colin Baxter <m43cap <at> yandex.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 11 Aug 2021 19:28:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34082; Package emacs. (Thu, 12 Aug 2021 06:49:01 GMT) Full text and rfc822 format available.

Message #25 received at 34082 <at> debbugs.gnu.org (full text, mbox):

From: Colin Baxter <m43cap <at> yandex.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: , 34082 <at> debbugs.gnu.org
Subject: Re: bug#34082: tex-buffer fails when buffer not saved
Date: Thu, 12 Aug 2021 07:48:45 +0100
>>>>> Lars Ingebrigtsen <larsi <at> gnus.org> writes:

    > Colin Baxter <m43cap <at> yandex.com> writes:
    >> emacs -Q <RET> M-x calendar <RET> M-x cal-tex-cursor-day <RET>
    >> M-x tex-buffer <RET>
    ---> Buffer is not associated with any file
    >> M-x tex-print <RET>
    ---> No appropriate ‘.dvi’ file could be found
    >> 
    >> However, if the buffer 'calendar.tex' is saved to a file then we
    >> can proceed using M-x tex-compile <RET>, etc.

    > This should now be fixed in Emacs 28.

Yes, I can confirm this. Thank you.

Best wishes,




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 09 Sep 2021 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 336 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.