From: "Colin S. Miller" <no-spam-thank-you@csmiller.demon.co.uk>
To: help-gnu-emacs@gnu.org
Subject: Re: Using javac with Emacs
Date: Fri, 18 Sep 2009 17:36:00 +0100 [thread overview]
Message-ID: <4ab3b6f1$0$280$14726298@news.sunsite.dk> (raw)
In-Reply-To: <87vdjgz25t.fsf@merciadriluca-station.MERCIADRILUCA>
Merciadri Luca wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Richard Riley <rileyrgdev@gmail.com> writes:
>
>>> Perhaps you wanted to type:
>>>
>>> M-x compile RET C-a C-k javac nameofmyfile RET
>>>
> needed, okay.
>
Merciadri,
I have this in my .xemacs/init.el
(The Xemacs equivalent of .emacs).
I'm not sure if the key-definition
syntax is correct for FSF Emacs.
It defines M-! c to run (compile),
as I use compile frequently.
HTH,
Colin S. Miller
(global-unset-key '[(meta !)])
(global-set-key '[(meta !) (meta !)] 'shell-command)
(global-set-key '[(meta !) c] 'compile)
(global-set-key '[(meta !) g] 'grep)
(global-set-key '[(meta !) s] 'shell)
(when (eq system-type 'windows-nt)
(defun csm-handle-start-dot ()
(interactive)
(shell-command "start .")
)
(global-set-key '[(meta !) \.] 'csm-handle-start-dot)
)
--
Replace the obvious in my email address with the first three letters of the hostname to reply.
next prev parent reply other threads:[~2009-09-18 16:36 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-18 11:13 Using javac with Emacs Merciadri Luca
2009-09-18 12:15 ` Anselm Helbig
2009-09-18 12:59 ` Merciadri Luca
2009-09-18 13:26 ` Anselm Helbig
2009-09-18 19:16 ` Merciadri Luca
2009-09-18 19:18 ` Merciadri Luca
2009-09-18 20:04 ` Peter Dyballa
[not found] ` <mailman.6981.1253304267.2239.help-gnu-emacs@gnu.org>
2009-09-19 8:21 ` Merciadri Luca
2009-09-18 12:41 ` Peter Dyballa
[not found] ` <mailman.6939.1253277697.2239.help-gnu-emacs@gnu.org>
2009-09-18 13:02 ` Merciadri Luca
2009-09-18 13:28 ` Anselm Helbig
2009-09-18 15:47 ` Merciadri Luca
2009-09-18 13:32 ` Pascal J. Bourguignon
2009-09-18 14:21 ` Richard Riley
2009-09-18 15:46 ` Merciadri Luca
2009-09-18 16:36 ` Colin S. Miller [this message]
2009-09-18 19:10 ` Merciadri Luca
2009-09-18 18:52 ` Peter Dyballa
[not found] ` <mailman.6973.1253299971.2239.help-gnu-emacs@gnu.org>
2009-09-18 19:10 ` Merciadri Luca
2009-09-18 15:44 ` Merciadri Luca
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='4ab3b6f1$0$280$14726298@news.sunsite.dk' \
--to=no-spam-thank-you@csmiller.demon.co.uk \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.