emacs-devel
[Top][All Lists]
Advanced

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

Re: compilation interaction


From: Kai Großjohann
Subject: Re: compilation interaction
Date: Mon, 03 Dec 2001 08:41:30 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

Thien-Thi Nguyen <address@hidden> writes:

>   (defun compilation-send-line (line)
>     (interactive "sLine: ")
>     (process-send-string (buffer-name) (concat line "\n")))
>
>   (define-key compilation-mode-map ":" 'compilation-send-line)
>
> any objections / tweaks?

Richard wants users to be able to just type in the *compilation*
buffer.  Making this happen is on my todo list, but don't hesitate to
be quicker than me :-)

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



reply via email to

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