help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: global key not binding


From: Baloff
Subject: Re: global key not binding
Date: 14 Aug 2005 18:57:32 +1000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Kevin Rodgers <ihs_4664@yahoo.com> writes:

> Baloff wrote:
> 
>  > (global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c b
>  > (global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c p
>  >
>  > I get symbol function definition is void ...
> 
> It works for me.  (Note that the 2 lines are identical, except for the
> comments -- is there a typo in there?)
> 
> To find out where the error occurs:
> M-x set-variable RET debug-on-error RET t RET
> 

Debugger entered--Lisp error: (error "The mark is not set now")
  call-interactively(kill-ring-save)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]