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 <linguafa...@gmail.com>:
> Ivan thanks for the reply. I appreciate it. I forgot to mention it in
> the last post.
>
> Take care.
>
>
> _______________________________________________
> auctex-devel mailing list
> auctex-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/auctex-devel
>

_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to