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

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

Re: how to use "gud-def"


From: Nick Roberts
Subject: Re: how to use "gud-def"
Date: Mon, 20 Aug 2007 17:42:12 +1200

 > I found in "GUD Customization" section the description of "gud-def".
 > In fact I don't know where to place those definitions.
 > 
 > I tried to specify the example definition:
 > (gud-def gud-run "run" nil "Run the program.")
 > 
 > in ~/.emacs config file - it did not not work

On further reflection, perhaps you didn't do:

(add-hook 'gdb-mode-hook
          '(lambda ()
             (gud-def gud-run "run" nil "Run the program.")))

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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