help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Strange mini-buffer problem


From: Kai Grossjohann
Subject: Re: Strange mini-buffer problem
Date: Wed, 01 Oct 2003 00:13:32 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix)

Thomas Heinz <thomasheinz@gmx.net> writes:

> I'm currently experiencing a strange problem which "suddenly" appeared.
> I'm using the auc tex mode and when I type C-c C-c a line in the mini buffer
> appears stating "Command: (default LaTex)". Usually, when I press return the
> command "latex <file>" is being executed.
>
> Now, after pressing return nothing happens. In fact, I need to enter the
> mini-buffer (menu->Minibuf->Enter) to let the command being executed.
> Of course, I don't want to do that every time I need to compile my document.
> Any ideas what made this happen?

Did you bind the <return> key?  Don't do that.  Do change the binding
of the return key, use

(global-set-key (kbd "RET") 'some-command)
;               ^^^^^^^^^^^
;            the important part

Just a stab in the dark.

Kai


reply via email to

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