all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tics problem in LaTeX mode
@ 2010-04-05 15:12 Stefan Bienert
  2010-04-05 17:35 ` Peter Dyballa
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Bienert @ 2010-04-05 15:12 UTC (permalink / raw)
  To: help-gnu-emacs

Hi there,

I have a rather queer problem in LaTeX mode, using Emacs version 23.1.1.

In other versions of Emacs, if I wrote `"` in a LaTeX file, I got ````
before a word and `''` after. Now, I only get '"'.

Any idea? Probably something in my .emacs?

greetings,

Stefan




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

* Re: Tics problem in LaTeX mode
  2010-04-05 15:12 Tics problem in LaTeX mode Stefan Bienert
@ 2010-04-05 17:35 ` Peter Dyballa
  2010-04-05 18:36   ` Stefan Bienert
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Dyballa @ 2010-04-05 17:35 UTC (permalink / raw)
  To: Stefan Bienert; +Cc: help-gnu-emacs


Am 05.04.2010 um 17:12 schrieb Stefan Bienert:

> Any idea?


AUCTeX switched off? For me AUCTeX never left " as ". There are also  
variables TeX-close-quote and TeX-open-quote.

--
Mit friedvollen Grüßen

   Pete

The day Microsoft makes something that doesn't suck is the day they  
start selling vacuum cleaners.
				– Ernest Jan Plugge





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

* Re: Tics problem in LaTeX mode
  2010-04-05 17:35 ` Peter Dyballa
@ 2010-04-05 18:36   ` Stefan Bienert
  2010-04-05 19:03     ` Erik Iverson
  2010-04-05 20:27     ` Peter Dyballa
  0 siblings, 2 replies; 10+ messages in thread
From: Stefan Bienert @ 2010-04-05 18:36 UTC (permalink / raw)
  To: help-gnu-emacs


> AUCTeX switched off? For me AUCTeX never left " as ". There are also
> variables TeX-close-quote and TeX-open-quote.

I think I have AUCTeX on, since I have that "LaTeX" menu in the menubar.
 How do I check what values are set in the quote variables?

greetings,

Stefan




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

* Re: Tics problem in LaTeX mode
  2010-04-05 18:36   ` Stefan Bienert
@ 2010-04-05 19:03     ` Erik Iverson
  2010-04-05 19:40       ` Stefan Bienert
  2010-04-05 20:27     ` Peter Dyballa
  1 sibling, 1 reply; 10+ messages in thread
From: Erik Iverson @ 2010-04-05 19:03 UTC (permalink / raw)
  To: Stefan Bienert; +Cc: help-gnu-emacs



Stefan Bienert wrote:
>> AUCTeX switched off? For me AUCTeX never left " as ". There are also
>> variables TeX-close-quote and TeX-open-quote.
> 
> I think I have AUCTeX on, since I have that "LaTeX" menu in the menubar.
>  How do I check what values are set in the quote variables?
> 

You might first try starting emacs *without* your .emacs being loaded, 
to see what behavior you notice, then as suggested by others on the 
list, start uncommenting half of your .emacs at a time until the problem 
reveals itself, and by doing that, you will have narrowed down what is 
causing the issue.




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

* Re: Tics problem in LaTeX mode
  2010-04-05 19:03     ` Erik Iverson
@ 2010-04-05 19:40       ` Stefan Bienert
  2010-04-05 19:50         ` Erik Iverson
  2010-04-05 20:29         ` Peter Dyballa
  0 siblings, 2 replies; 10+ messages in thread
From: Stefan Bienert @ 2010-04-05 19:40 UTC (permalink / raw)
  To: help-gnu-emacs

Erik Iverson wrote:
> 
> 
> Stefan Bienert wrote:
>>> AUCTeX switched off? For me AUCTeX never left " as ". There are also
>>> variables TeX-close-quote and TeX-open-quote.
>>
>> I think I have AUCTeX on, since I have that "LaTeX" menu in the menubar.
>>  How do I check what values are set in the quote variables?
>>
> 
> You might first try starting emacs *without* your .emacs being loaded,
> to see what behavior you notice, then as suggested by others on the
> list, start uncommenting half of your .emacs at a time until the problem
> reveals itself, and by doing that, you will have narrowed down what is
> causing the issue.
> 

OK, `emacs -q` and the problem remains. `emacs -q -no-site-file` and the
tic-trick works again. With '-no-site-file' I get an 'TeX' entry in the
menu-bar.

greetings,

Stefan




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

* Re: Tics problem in LaTeX mode
  2010-04-05 19:40       ` Stefan Bienert
@ 2010-04-05 19:50         ` Erik Iverson
  2010-04-05 19:58           ` Stefan Bienert
  2010-04-05 20:29         ` Peter Dyballa
  1 sibling, 1 reply; 10+ messages in thread
From: Erik Iverson @ 2010-04-05 19:50 UTC (permalink / raw)
  To: Stefan Bienert; +Cc: help-gnu-emacs



Stefan Bienert wrote:
> Erik Iverson wrote:
>>
>> Stefan Bienert wrote:
>>>> AUCTeX switched off? For me AUCTeX never left " as ". There are also
>>>> variables TeX-close-quote and TeX-open-quote.
>>> I think I have AUCTeX on, since I have that "LaTeX" menu in the menubar.
>>>  How do I check what values are set in the quote variables?
>>>
>> You might first try starting emacs *without* your .emacs being loaded,
>> to see what behavior you notice, then as suggested by others on the
>> list, start uncommenting half of your .emacs at a time until the problem
>> reveals itself, and by doing that, you will have narrowed down what is
>> causing the issue.
>>
> 
> OK, `emacs -q` and the problem remains. `emacs -q -no-site-file` and the
> tic-trick works again. With '-no-site-file' I get an 'TeX' entry in the
> menu-bar.
> 

Does C-h v site-run-file RET
give you the name of that site-file?  If so, see what's in that file 
that might be causing the problem.




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

* Re: Tics problem in LaTeX mode
  2010-04-05 19:50         ` Erik Iverson
@ 2010-04-05 19:58           ` Stefan Bienert
  0 siblings, 0 replies; 10+ messages in thread
From: Stefan Bienert @ 2010-04-05 19:58 UTC (permalink / raw)
  To: help-gnu-emacs

Erik Iverson wrote:
> 
> 
> Stefan Bienert wrote:
>> Erik Iverson wrote:
>>>
>>> Stefan Bienert wrote:
>>>>> AUCTeX switched off? For me AUCTeX never left " as ". There are also
>>>>> variables TeX-close-quote and TeX-open-quote.
>>>> I think I have AUCTeX on, since I have that "LaTeX" menu in the
>>>> menubar.
>>>>  How do I check what values are set in the quote variables?
>>>>
>>> You might first try starting emacs *without* your .emacs being loaded,
>>> to see what behavior you notice, then as suggested by others on the
>>> list, start uncommenting half of your .emacs at a time until the problem
>>> reveals itself, and by doing that, you will have narrowed down what is
>>> causing the issue.
>>>
>>
>> OK, `emacs -q` and the problem remains. `emacs -q -no-site-file` and the
>> tic-trick works again. With '-no-site-file' I get an 'TeX' entry in the
>> menu-bar.
>>
> 
> Does C-h v site-run-file RET
> give you the name of that site-file?  If so, see what's in that file
> that might be causing the problem.
> 

Nope, site-run-file is nil.

greetings,

Stefan




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

* Re: Tics problem in LaTeX mode
  2010-04-05 18:36   ` Stefan Bienert
  2010-04-05 19:03     ` Erik Iverson
@ 2010-04-05 20:27     ` Peter Dyballa
  1 sibling, 0 replies; 10+ messages in thread
From: Peter Dyballa @ 2010-04-05 20:27 UTC (permalink / raw)
  To: Stefan Bienert; +Cc: help-gnu-emacs


Am 05.04.2010 um 20:36 schrieb Stefan Bienert:

> I think I have AUCTeX on, since I have that "LaTeX" menu in the  
> menubar.
> How do I check what values are set in the quote variables?


C-h v. The AUCTeX (and GNU Emacs) info node(s) should have more details.

--
Mit friedvollen Grüßen

   Pete

Clovis' Consideration of an Atmospheric Anomaly:
         The perversity of nature is nowhere better demonstrated than  
by the fact that, when exposed to the same atmosphere, bread becomes  
hard while crackers become soft





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

* Re: Tics problem in LaTeX mode
  2010-04-05 19:40       ` Stefan Bienert
  2010-04-05 19:50         ` Erik Iverson
@ 2010-04-05 20:29         ` Peter Dyballa
  2010-04-06  7:36           ` Stefan Bienert
  1 sibling, 1 reply; 10+ messages in thread
From: Peter Dyballa @ 2010-04-05 20:29 UTC (permalink / raw)
  To: Stefan Bienert; +Cc: help-gnu-emacs


Am 05.04.2010 um 21:40 schrieb Stefan Bienert:

> `emacs -q -no-site-file` and the
> tic-trick works again. With '-no-site-file' I get an 'TeX' entry in  
> the
> menu-bar.


So it's not AUCTeX... (which probably loads via the user init file)

--
Mit friedvollen Grüßen

   Pete

If men could get pregnant, abortion would be a sacrament.
				– Florynce Kennedy





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

* Re: Tics problem in LaTeX mode
  2010-04-05 20:29         ` Peter Dyballa
@ 2010-04-06  7:36           ` Stefan Bienert
  0 siblings, 0 replies; 10+ messages in thread
From: Stefan Bienert @ 2010-04-06  7:36 UTC (permalink / raw)
  To: help-gnu-emacs

Peter Dyballa wrote:
> 
> Am 05.04.2010 um 21:40 schrieb Stefan Bienert:
> 
>> `emacs -q -no-site-file` and the
>> tic-trick works again. With '-no-site-file' I get an 'TeX' entry in the
>> menu-bar.
> 
> 
> So it's not AUCTeX... (which probably loads via the user init file)

Well, I checked TeX-close-quote and TeX-open-quote anyway, and they are
set to the right values.

greetings,

Stefan


-- 
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
Germany

Email: bienert@zbh.uni-hamburg.de
Phone:  +49 (40) 42838 7345
Fax:    +49 (40) 42838 7332




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

end of thread, other threads:[~2010-04-06  7:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05 15:12 Tics problem in LaTeX mode Stefan Bienert
2010-04-05 17:35 ` Peter Dyballa
2010-04-05 18:36   ` Stefan Bienert
2010-04-05 19:03     ` Erik Iverson
2010-04-05 19:40       ` Stefan Bienert
2010-04-05 19:50         ` Erik Iverson
2010-04-05 19:58           ` Stefan Bienert
2010-04-05 20:29         ` Peter Dyballa
2010-04-06  7:36           ` Stefan Bienert
2010-04-05 20:27     ` Peter Dyballa

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.