all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* weird latex-mode
@ 2002-10-11 21:13 Trilobit
  2002-10-11 23:55 ` Trilobit
  0 siblings, 1 reply; 2+ messages in thread
From: Trilobit @ 2002-10-11 21:13 UTC (permalink / raw)


Hi,
I want to write german LaTeX-documents with xemacs, for that I want to 
change the command " that it inserts "` instead of ``.
Therefore I inserted following lines into my custom.el:

(setq TeX-open-quote "\"`")
(setq TeX-close-quote "\"'")

But xemacs inserts `` anyway.
But if I go into the menu 
Options->Advanced(Customize)->Emacs->Wp->Tex->AUC Tex->Latex
and there change the version of Latex from "2" to "2e" or vice versa (it 
depends on what the variable is set before) this feature works correctly.
But it's a bit disturbing to change it everytime I begin to edit an 
Latex document.
Any suggestions what could be wrong with my xemacs(-configuration)?

Thx for advance.

Ps: Im using the current Debian-Linux testing distribution with xemacs 
21.4 installed and Auc-Tex

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

* Re: weird latex-mode
  2002-10-11 21:13 weird latex-mode Trilobit
@ 2002-10-11 23:55 ` Trilobit
  0 siblings, 0 replies; 2+ messages in thread
From: Trilobit @ 2002-10-11 23:55 UTC (permalink / raw)


Trilobit wrote:
> Hi,
> I want to write german LaTeX-documents with xemacs, for that I want to 
> change the command " that it inserts "` instead of ``.
> Therefore I inserted following lines into my custom.el:
> 
> (setq TeX-open-quote "\"`")
> (setq TeX-close-quote "\"'")
> 
> But xemacs inserts `` anyway.
> But if I go into the menu 
> Options->Advanced(Customize)->Emacs->Wp->Tex->AUC Tex->Latex
> and there change the version of Latex from "2" to "2e" or vice versa (it 
> depends on what the variable is set before) this feature works correctly.
> But it's a bit disturbing to change it everytime I begin to edit an 
> Latex document.
> Any suggestions what could be wrong with my xemacs(-configuration)?
> 
> Thx for advance.
> 
> Ps: Im using the current Debian-Linux testing distribution with xemacs 
> 21.4 installed and Auc-Tex
> 

right is:
(setq tex-open-quote "\"`")
(setq tex-close-quote "\"'")
then it works
*argl*

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

end of thread, other threads:[~2002-10-11 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-11 21:13 weird latex-mode Trilobit
2002-10-11 23:55 ` Trilobit

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.