auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] latex-mode or context-mode in startup


From: Mosè Giordano
Subject: Re: [AUCTeX-devel] latex-mode or context-mode in startup
Date: Sun, 28 Jun 2015 11:57:46 +0200

Hi Carlos,

AUCTeX expects the input file to have an extension.  Try setting
`TeX-default-extension' to the empty string and change the last three
lines of the definition of `TeX-master-file' to

(if (null (zerop (length extension)))
      (concat name "." extension)
    name))))

This should make it possible to work even with a file without extension.

Bye,
Mosè

2015-06-27 23:40 GMT+02:00 Carlos <address@hidden>:
> Ivan thanks for the reply. I appreciate it. I forgot to mention it in
> the last post.
>
> Take care.
>
>
> _______________________________________________
> auctex-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/auctex-devel
>



reply via email to

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