* How to prevent cscope rebuilt every time in emacs
@ 2006-10-19 6:16 Neal
2006-10-19 7:24 ` Neal
0 siblings, 1 reply; 5+ messages in thread
From: Neal @ 2006-10-19 6:16 UTC (permalink / raw)
Hi All,
I just tried to integrate the cscope with my emacs, but there's a
problem: after creating the cscope.out, everytime I use cscope to find
definition or symbol, the cscope.out is rebuilt.
Is there any way to prevent emacs to do so (it's time wasting and
annoying)? Or have I missed something in my emacs configuration file?
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to prevent cscope rebuilt every time in emacs
2006-10-19 6:16 How to prevent cscope rebuilt every time in emacs Neal
@ 2006-10-19 7:24 ` Neal
2006-10-23 9:58 ` Hadron Quark
0 siblings, 1 reply; 5+ messages in thread
From: Neal @ 2006-10-19 7:24 UTC (permalink / raw)
I've solved this.
Thanks
Neal wrote:
> Hi All,
> I just tried to integrate the cscope with my emacs, but there's a
> problem: after creating the cscope.out, everytime I use cscope to find
> definition or symbol, the cscope.out is rebuilt.
>
> Is there any way to prevent emacs to do so (it's time wasting and
> annoying)? Or have I missed something in my emacs configuration file?
>
> Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to prevent cscope rebuilt every time in emacs
2006-10-19 7:24 ` Neal
@ 2006-10-23 9:58 ` Hadron Quark
2006-10-23 10:24 ` Fang lun gang
0 siblings, 1 reply; 5+ messages in thread
From: Hadron Quark @ 2006-10-23 9:58 UTC (permalink / raw)
"Neal" <netnchen@gmail.com> writes:
> I've solved this.
> Thanks
>
How?
> Neal wrote:
>> Hi All,
>> I just tried to integrate the cscope with my emacs, but there's a
>> problem: after creating the cscope.out, everytime I use cscope to find
>> definition or symbol, the cscope.out is rebuilt.
>>
>> Is there any way to prevent emacs to do so (it's time wasting and
>> annoying)? Or have I missed something in my emacs configuration file?
>>
>> Thanks
>
--
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to prevent cscope rebuilt every time in emacs
2006-10-23 9:58 ` Hadron Quark
@ 2006-10-23 10:24 ` Fang lun gang
2006-10-31 9:36 ` Neal
0 siblings, 1 reply; 5+ messages in thread
From: Fang lun gang @ 2006-10-23 10:24 UTC (permalink / raw)
>>>>> "Hadron" == Hadron Quark <hadronquark@gmail.com> writes:
Hadron> "Neal" <netnchen@gmail.com> writes:
>> I've solved this. Thanks
>>
Hadron>How?
>> Neal wrote:
>>> Hi All, I just tried to integrate the cscope with my emacs, but
>>> there's a problem: after creating the cscope.out, everytime I
>>> use cscope to find definition or symbol, the cscope.out is
>>> rebuilt.
>>>
>>> Is there any way to prevent emacs to do so (it's time wasting
>>> and annoying)? Or have I missed something in my emacs
>>> configuration file?
>>>
>>> Thanks
>>
(setq cscope-do-not-update-database t)
Is it?
--
Regards,
Fang lun gang
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to prevent cscope rebuilt every time in emacs
2006-10-23 10:24 ` Fang lun gang
@ 2006-10-31 9:36 ` Neal
0 siblings, 0 replies; 5+ messages in thread
From: Neal @ 2006-10-31 9:36 UTC (permalink / raw)
yes, that's what I have done;)
Fang lun gang wrote:
> (setq cscope-do-not-update-database t)
>
> Is it?
>
> --
> Regards,
> Fang lun gang
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-31 9:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19 6:16 How to prevent cscope rebuilt every time in emacs Neal
2006-10-19 7:24 ` Neal
2006-10-23 9:58 ` Hadron Quark
2006-10-23 10:24 ` Fang lun gang
2006-10-31 9:36 ` Neal
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.