From: Florian Lindner <Florian.Lindner@xgm.de>
Subject: Several novice questions
Date: Thu, 21 Nov 2002 17:14:01 +0000 [thread overview]
Message-ID: <arj129$c8t$00$1@news.t-online.com> (raw)
Hi,
I'm currently learning Emacs 21.2 with pascal-mode and freepascal.
I've set the compile-command variable in my .emacs
(add-hook 'pascal-mode-hook
(lambda()
(set (make-local-variable 'compile-command)
(concat "fpc -Ci -Co -Cr -CR -Ct -So -Ss -g "
buffer-file-name))))
And it's working with M-x compile. How can I bind this command to another
key comba (C-c C-v for example)?
I've tried: (define-key pascal-mode-map "\C-c\C-v" 'compile)))) but is
doesn't work. "File mode specification error: (wrong-number-of-arguments
#<subr set> 3)"
How can I made the compile command saves the current buffer withouht asking?
How can I execute a external programm in a seperat buffer?
How can I create a command which first compiles (and saves) the current
buffer and then execute the compiled program?
Thanks,
Florian
next reply other threads:[~2002-11-21 17:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-21 17:14 Florian Lindner [this message]
2002-11-21 18:58 ` Several novice questions Kevin Rodgers
2002-11-21 21:48 ` Florian Lindner
2002-11-24 12:46 ` Florian Lindner
2002-11-24 14:59 ` Kai Großjohann
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='arj129$c8t$00$1@news.t-online.com' \
--to=florian.lindner@xgm.de \
/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.