all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Thorpe <rt@robertthorpeconsulting.com>
To: Andrey Lisin <andrey.lisin@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Why Emacs uses etags when all other editors use ctags?
Date: Mon, 17 Nov 2014 01:43:56 +0000	[thread overview]
Message-ID: <87a93q1u03.fsf@robertthorpeconsulting.com> (raw)
In-Reply-To: <m2389omh8x.fsf@gmail.com> (message from Andrey Lisin on Thu, 13 Nov 2014 00:00:14 +0600)

Andrey Lisin <andrey.lisin@gmail.com> writes:

> Hello,
>
> really why? Are there any advantages of etags format over standard
> ctags? Is there any reason to increase the entropy?
>
> Could anyone explain it? :)

Ctags is very VI specific.  The portion of each tag that takes the
editor to the right place in the code is a command for the ex program.
("Ex" is a part of VI originally it was a separate program but it isn't
in modern VI-like editors).  A valid Ctags program could put all sorts
of things in that field.  Instead Emacs uses the number of bytes from
the start of the code file.

BR,
Robert Thorpe



  reply	other threads:[~2014-11-17  1:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12 18:00 Why Emacs uses etags when all other editors use ctags? Andrey Lisin
2014-11-17  1:43 ` Robert Thorpe [this message]
2014-11-17  2:50   ` Andrey Lisin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a93q1u03.fsf@robertthorpeconsulting.com \
    --to=rt@robertthorpeconsulting.com \
    --cc=andrey.lisin@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.