all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Several novice questions
@ 2002-11-21 17:14 Florian Lindner
  2002-11-21 18:58 ` Kevin Rodgers
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Lindner @ 2002-11-21 17:14 UTC (permalink / 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

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

end of thread, other threads:[~2002-11-24 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-21 17:14 Several novice questions Florian Lindner
2002-11-21 18:58 ` Kevin Rodgers
2002-11-21 21:48   ` Florian Lindner
2002-11-24 12:46   ` Florian Lindner
2002-11-24 14:59     ` Kai Großjohann

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.