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

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

Re: xcscope setup


From: Dmitry Gutov
Subject: Re: xcscope setup
Date: Wed, 20 May 2015 19:47:20 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 05/20/2015 03:11 PM, Timur Aydin wrote:

(defun my-c-initialization-hook ()
   (cscope-setup)
)

That's not ideal. Not harmful exactly, but cscope-setup only needs to be called once, not once per C file.

This seems to work correctly, but I haven't seen it done this way
anywhere. So, why isn't it working according to the documentation? And
why is the hook method working? And is this the proper way of this this?

Try (add-hook 'after-init-hook 'cscope-setup) instead.



reply via email to

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