all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Three questions
@ 2004-09-11 21:35 William Payne
  2004-09-11 21:53 ` Drew Adams
  2004-09-12  0:09 ` John Paul Wallington
  0 siblings, 2 replies; 6+ messages in thread
From: William Payne @ 2004-09-11 21:35 UTC (permalink / raw)


Hello there, using a CVS version of Emacs (compiled some time in august) and 
I have three questions:

How do I set my Delete key to delete the currently selected region (and with 
selected I mean selected using the mouse)?

Second question: I have the following in my .emacs:
(setq auto-mode-alist
      (cons '("\\(\\`\\|/\\)Makefile\\'" . makefile-mode)
       auto-mode-alist))

My old varaint would trigger Makefile mode (think I just had Makefile$ or 
something similar), if the path contained the string "Makefile". That wasn't 
so good. This varaint triggers makefile mode only if the actual file name 
itself is called Makefile: that is good. However, I want it to trigger make 
file mode if the file name (not the path!) contains the string Makefile, so 
Makefile.in would trigger also. What do I need to change to get that?

Finally, can I pass a parameter to the configure script when compiling emacs 
from source to make it build without sound support?

/ WP 

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

end of thread, other threads:[~2004-09-17 23:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-11 21:35 Three questions William Payne
2004-09-11 21:53 ` Drew Adams
2004-09-12  0:09 ` John Paul Wallington
2004-09-12 14:40   ` William Payne
2004-09-17 23:06     ` Kevin Rodgers
2004-09-17 23:27       ` William Payne

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.