unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#34082: cal-tex.el
@ 2019-01-15 11:44 Colin Baxter
  2019-02-12 21:55 ` Glenn Morris
  2021-08-11 19:26 ` bug#34082: tex-buffer fails when buffer not saved Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Colin Baxter @ 2019-01-15 11:44 UTC (permalink / raw)
  To: 34082


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@yandex.com





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#34082: cal-tex.el
  2019-01-15 11:44 bug#34082: cal-tex.el Colin Baxter
@ 2019-02-12 21:55 ` Glenn Morris
  2019-02-13 18:12   ` Colin Baxter
  2021-08-11 19:26 ` bug#34082: tex-buffer fails when buffer not saved Lars Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2019-02-12 21:55 UTC (permalink / raw)
  To: Colin Baxter; +Cc: 34082

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#34082: cal-tex.el
  2019-02-12 21:55 ` Glenn Morris
@ 2019-02-13 18:12   ` Colin Baxter
  0 siblings, 0 replies; 5+ messages in thread
From: Colin Baxter @ 2019-02-13 18:12 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 34082

>>>>> "GM" == Glenn Morris <rgm@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@yandex.com





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#34082: tex-buffer fails when buffer not saved
  2019-01-15 11:44 bug#34082: cal-tex.el Colin Baxter
  2019-02-12 21:55 ` Glenn Morris
@ 2021-08-11 19:26 ` Lars Ingebrigtsen
  2021-08-12  6:48   ` Colin Baxter
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-08-11 19:26 UTC (permalink / raw)
  To: Colin Baxter; +Cc: 34082

Colin Baxter <m43cap@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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#34082: tex-buffer fails when buffer not saved
  2021-08-11 19:26 ` bug#34082: tex-buffer fails when buffer not saved Lars Ingebrigtsen
@ 2021-08-12  6:48   ` Colin Baxter
  0 siblings, 0 replies; 5+ messages in thread
From: Colin Baxter @ 2021-08-12  6:48 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 34082

>>>>> Lars Ingebrigtsen <larsi@gnus.org> writes:

    > Colin Baxter <m43cap@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,





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-12  6:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15 11:44 bug#34082: cal-tex.el Colin Baxter
2019-02-12 21:55 ` Glenn Morris
2019-02-13 18:12   ` Colin Baxter
2021-08-11 19:26 ` bug#34082: tex-buffer fails when buffer not saved Lars Ingebrigtsen
2021-08-12  6:48   ` Colin Baxter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).