Re: browsing kernel source with emacs

2007-09-08 Thread Pawel K
> Are you generating the tags every time you search > for it? I don't think so since generating cscope database takes about a minute on my machine while I wait about 10 secs for a tags list. Pawel Be a b

Re: browsing kernel source with emacs

2007-09-03 Thread Guennadi Liakhovetski
On Sat, 1 Sep 2007, Pawel K wrote: > Hello > How can I force emacs to show the list of tags to jump > to in case there are more than one symbol of a > specific name. What I do is generate once per kernel tree a TAGS file per make TAGS (don't foret your usual ARCH=... CROSS_COMPILE=... variables

Re: browsing kernel source with emacs

2007-09-02 Thread pradeep singh
Are you generating the tags every time you search for it? See the man page to just build the cscope database. And try to search for tags/symbols without rebuilding the database. Not sure if this is what you seek, but this may help. thanks On 9/1/07, Pawel K <[EMAIL PROTECTED]> wrote: > Hello > H

browsing kernel source with emacs

2007-09-01 Thread Pawel K
Hello How can I force emacs to show the list of tags to jump to in case there are more than one symbol of a specific name. I tried the following tools but they don't work good enough for me: 1. exuberant-ctags and etags with conjunction with etags-select. It works very slow. It would take more th