all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Strange mini-buffer problem
@ 2003-09-17  8:46 Thomas Heinz
  2003-09-30 22:13 ` Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Heinz @ 2003-09-17  8:46 UTC (permalink / raw)


Hi

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?

BTW, when I use emacs in console mode (i.e. emacs -nw) everything works
fine like before.


Thanks for your help.

Thomas

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

* Re: Strange mini-buffer problem
  2003-09-17  8:46 Strange mini-buffer problem Thomas Heinz
@ 2003-09-30 22:13 ` Kai Grossjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2003-09-30 22:13 UTC (permalink / raw)


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

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

end of thread, other threads:[~2003-09-30 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17  8:46 Strange mini-buffer problem Thomas Heinz
2003-09-30 22:13 ` Kai Grossjohann

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.