all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* I can't redefine ";" !!!
@ 2003-03-17  8:37 Jay Dresser
  2003-03-18  5:53 ` Eli Zaretskii
  2003-03-18 17:06 ` Kevin Rodgers
  0 siblings, 2 replies; 3+ messages in thread
From: Jay Dresser @ 2003-03-17  8:37 UTC (permalink / raw)



This is blowing my mind.  I've never had a problem redefining keys
before.

(define-key asm-mode-map ";" 'self-insert-command)

I am trying to disable the bizarre behavior of ";" in assembler mode.
I just want it to insert a ";".  No matter what I do (global-map,
asm-mode-map, in mainline of .emacs, inside asm-mode-hook) it _always_
comes up defined as 'asm-comment, which is apparently set by going to
asm-mode.  I thought that the hook code was called after going into
the mode, but maybe it's before.  Anyway, is there any way to make
this work?  Thanks.

-- 
Jay Dresser / 
usenet
@
dresserfamily
.
org

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

end of thread, other threads:[~2003-03-18 17:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-17  8:37 I can't redefine ";" !!! Jay Dresser
2003-03-18  5:53 ` Eli Zaretskii
2003-03-18 17:06 ` Kevin Rodgers

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.