unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ctags
@ 2007-02-05 22:09 Francesco Potorti`
  2007-02-06 17:09 ` ctags Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Francesco Potorti` @ 2007-02-05 22:09 UTC (permalink / raw)
  To: Emacs developers

While modernizing etags/ctags, I allowed ctags to have dulicated tags,
and I set the --members option as a default for etags.

Now I ws wondering if we should go a small step farther.

/* The next five default to TRUE for etags, but to FALSE for ctags.  */
static bool typedefs;		/* -t: create tags for C and Ada typedefs */
static bool typedefs_or_cplusplus; /* -T: create tags for C typedefs, level */
				/* 0 struct/enum/union decls, and C++ */
				/* member functions. */
static bool constantypedefs;	/* -d: create tags for C #define, enum */
				/* constants and variables. */
				/* -D: opposite of -d.  Default under ctags. */
static bool globals;		/* create tags for global variables */
static bool members;		/* create tags for C member variables */

Should we have these default to TRUE for ctags also?  Why not?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ctags
  2007-02-05 22:09 ctags Francesco Potorti`
@ 2007-02-06 17:09 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-02-06 17:09 UTC (permalink / raw)
  To: Francesco Potorti`; +Cc: emacs-devel

    Should we have these default to TRUE for ctags also?  Why not?

I don't know, but unless their current settings constitute a bug,
let's not change them now.  This is not the time for new features.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-06 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05 22:09 ctags Francesco Potorti`
2007-02-06 17:09 ` ctags Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).