all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Merciadri Luca <Luca.Merciadri@student.ulg.ac.be>
To: help-gnu-emacs@gnu.org
Subject: Re: Using javac with Emacs
Date: Fri, 18 Sep 2009 21:10:28 +0200	[thread overview]
Message-ID: <87vdjg5asb.fsf@student.ulg.ac.be> (raw)
In-Reply-To: 4ab3b6f1$0$280$14726298@news.sunsite.dk

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

"Colin S. Miller" <no-spam-thank-you@csmiller.demon.co.uk> writes:

> 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)
> )
Thanks for this. I have saved it.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkqz2yQACgkQM0LLzLt8Mhx82QCfYs568MZCQLuFau4N5lIzcSM2
TpgAnixz3UGNJBQULw9nfTL49qABnuiD
=SLvS
-----END PGP SIGNATURE-----


  reply	other threads:[~2009-09-18 19:10 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
2009-09-18 19:10             ` Merciadri Luca [this message]
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=87vdjg5asb.fsf@student.ulg.ac.be \
    --to=luca.merciadri@student.ulg.ac.be \
    --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.