GNU bug report logs -
#22132
ctags problem
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22132 in the body.
You can then email your comments to 22132 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22132
; Package
emacs
.
(Thu, 10 Dec 2015 01:15:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Roopa Mukherjee <roopamukherjee <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 10 Dec 2015 01:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi team,
I am getting following error when I execute "ctags -R":-
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >ctags -R
/opt/tools/unsupported/bin/ctags: no input files specified.
Try `/opt/tools/unsupported/bin/ctags --help' for a complete list
of options.
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >
Request you to please guide me to resolve this.
Regards,
Roopa Mukherjee
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22132
; Package
emacs
.
(Thu, 10 Dec 2015 01:25:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 22132 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Where is the executing?
I try executing ctags in M-x compile, it work.
emacs 24.5.1
ctags 5.8
------------------ 原始邮件 ------------------
发件人: "Roopa Mukherjee";<roopamukherjee <at> gmail.com>;
发送时间: 2015年12月9日(星期三) 下午3:37
收件人: "22132"<22132 <at> debbugs.gnu.org>;
主题: bug#22132: ctags problem
Hi team,
I am getting following error when I execute "ctags -R":-
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >ctags -R
/opt/tools/unsupported/bin/ctags: no input files specified.
Try `/opt/tools/unsupported/bin/ctags --help' for a complete list of options.
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >
Request you to please guide me to resolve this.
Regards,
Roopa Mukherjee
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22132
; Package
emacs
.
(Thu, 10 Dec 2015 07:56:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 22132 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello, it isn't `ctags`(http://ctags.sourceforge.net/), this in fact is `etags`.
etags not have `-R` option, if you want tags for all source code file, you can try like this command:
find . -name '*.[c|h]' | etags -
------------------ 原始邮件 ------------------
发件人: "Roopa Mukherjee";<roopamukherjee <at> gmail.com>;
发送时间: 2015年12月10日(星期四) 下午3:57
收件人: "lux"<lx <at> shellcodes.org>;
抄送: "22132"<22132 <at> debbugs.gnu.org>;
主题: Re: 回复:bug#22132: ctags problem
Hi team,
Thanks for quick response.PFA screenshot of ctags version.
Ctag version is GNU Emacs 21.4.15.
Please let me know if you need any other information.
Regards,
Roopa Mukherjee
On 10 Dec 2015 06:54, "lux" <lx <at> shellcodes.org> wrote:
Where is the executing?
I try executing ctags in M-x compile, it work.
emacs 24.5.1
ctags 5.8
------------------ 原始邮件 ------------------
发件人: "Roopa Mukherjee";<roopamukherjee <at> gmail.com>;
发送时间: 2015年12月9日(星期三) 下午3:37
收件人: "22132"<22132 <at> debbugs.gnu.org>;
主题: bug#22132: ctags problem
Hi team,
I am getting following error when I execute "ctags -R":-
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >ctags -R
/opt/tools/unsupported/bin/ctags: no input files specified.
Try `/opt/tools/unsupported/bin/ctags --help' for a complete list of options.
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >
Request you to please guide me to resolve this.
Regards,
Roopa Mukherjee
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22132
; Package
emacs
.
(Thu, 10 Dec 2015 08:01:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 22132 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
sorry, I description is not accurate, in etags, -R options not is equal ctags recursive.
------------------ 鍘熷閭欢 ------------------
鍙戜欢浜: "lux";<lx <at> shellcodes.org>;
鍙戦佹椂闂: 2015骞12鏈10鏃(鏄熸湡鍥) 涓嬪崍3:55
鏀朵欢浜: "Roopa Mukherjee"<roopamukherjee <at> gmail.com>;
鎶勯: "22132"<22132 <at> debbugs.gnu.org>;
涓婚: bug#22132: 馗 馗 bug#22132: ctags problem
Hello, it isn't `ctags`(http://ctags.sourceforge.net/), this in fact is `etags`.
etags not have `-R` option, if you want tags for all source code file, you can try like this command:
find . -name '*.[c|h]' | etags -
------------------ 鍘熷閭欢 ------------------
鍙戜欢浜: "Roopa Mukherjee";<roopamukherjee <at> gmail.com>;
鍙戦佹椂闂: 2015骞12鏈10鏃(鏄熸湡鍥) 涓嬪崍3:57
鏀朵欢浜: "lux"<lx <at> shellcodes.org>;
鎶勯: "22132"<22132 <at> debbugs.gnu.org>;
涓婚: Re: 鍥炲锛歜ug#22132: ctags problem
Hi team,
Thanks for quick response.PFA screenshot of ctags version.
Ctag version is GNU Emacs 21.4.15.
Please let me know if you need any other information.
Regards,
Roopa Mukherjee
On 10 Dec 2015 06:54, "lux" <lx <at> shellcodes.org> wrote:
Where is the executing?
I try executing ctags in M-x compile, it work.
emacs 24.5.1
ctags 5.8
------------------ 鍘熷閭欢 ------------------
鍙戜欢浜: "Roopa Mukherjee";<roopamukherjee <at> gmail.com>;
鍙戦佹椂闂: 2015骞12鏈9鏃(鏄熸湡涓) 涓嬪崍3:37
鏀朵欢浜: "22132"<22132 <at> debbugs.gnu.org>;
涓婚: bug#22132: ctags problem
Hi team,
I am getting following error when I execute "ctags -R":-
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >ctags -R
/opt/tools/unsupported/bin/ctags: no input files specified.
Try `/opt/tools/unsupported/bin/ctags --help' for a complete list of options.
mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >
Request you to please guide me to resolve this.
Regards,
Roopa Mukherjee
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22132
; Package
emacs
.
(Thu, 10 Dec 2015 08:07:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 22132 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi team,
Thanks for quick response.PFA screenshot of ctags version.
Ctag version is GNU Emacs 21.4.15.
Please let me know if you need any other information.
Regards,
Roopa Mukherjee
On 10 Dec 2015 06:54, "lux" <lx <at> shellcodes.org> wrote:
> Where is the executing?
>
> I try executing ctags in M-x compile, it work.
>
> emacs 24.5.1
> ctags 5.8
>
>
> ------------------ 鍘熷閭欢 ------------------
> *鍙戜欢浜:* "Roopa Mukherjee";<roopamukherjee <at> gmail.com>;
> *鍙戦佹椂闂:* 2015骞12鏈9鏃(鏄熸湡涓) 涓嬪崍3:37
> *鏀朵欢浜:* "22132"<22132 <at> debbugs.gnu.org>;
> *涓婚:* bug#22132: ctags problem
>
> Hi team,
>
> I am getting following error when I execute "ctags -R":-
>
>
> mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >ctags
> -R
>
> /opt/tools/unsupported/bin/ctags: no input files specified.
> Try `/opt/tools/unsupported/bin/ctags --help' for a complete list
> of options.
>
> mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >
>
>
> Request you to please guide me to resolve this.
>
> Regards,
> Roopa Mukherjee
>
[Message part 2 (text/html, inline)]
[IMG_20151210_125347.jpg (image/jpeg, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22132
; Package
emacs
.
(Thu, 10 Dec 2015 17:33:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 22132 <at> debbugs.gnu.org (full text, mbox):
Roopa Mukherjee wrote:
> mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1] >ctags -R
>
> /opt/tools/unsupported/bin/ctags: no input files specified.
> Try `/opt/tools/unsupported/bin/ctags --help' for a complete list
> of options.
I don't understand why you think this is a bug.
It seems pretty clear to me. You need to specify the files for ctags to
operate on.
Have you tried reading ctags --help as suggested?
Added tag(s) notabug.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Thu, 10 Dec 2015 17:35:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
22132 <at> debbugs.gnu.org and Roopa Mukherjee <roopamukherjee <at> gmail.com>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Thu, 10 Dec 2015 17:35:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22132
; Package
emacs
.
(Thu, 10 Dec 2015 17:38:02 GMT)
Full text and
rfc822 format available.
Message #27 received at 22132 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Glenn,
Thanks, I'll try that out.
Regards,
Roopa Mukherjee
On 10 Dec 2015 23:02, "Glenn Morris" <rgm <at> gnu.org> wrote:
> Roopa Mukherjee wrote:
>
> > mukherjee17 <at> sc-003[/opt/soe/projects/sr_4k_10_1_x/mukherjee17/sr1]
> >ctags -R
> >
> > /opt/tools/unsupported/bin/ctags: no input files specified.
> > Try `/opt/tools/unsupported/bin/ctags --help' for a complete list
> > of options.
>
> I don't understand why you think this is a bug.
> It seems pretty clear to me. You need to specify the files for ctags to
> operate on.
>
> Have you tried reading ctags --help as suggested?
>
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 08 Jan 2016 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.