unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* emacs-lisp-intro DIR-ENTRY error
@ 2005-12-02 20:50 Kirk Hilliard
  2005-12-02 22:00 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Kirk Hilliard @ 2005-12-02 20:50 UTC (permalink / raw)


Package: emacs-lisp-intro
Version: 2.04
Summary: The texinfo file sets filename "emacs-lisp-intro.info",
         but uses the name "eintr" for its dir entry.


In emacs-lisp-intro-2.04.tar.gz, all emacs-lisp-intro.info* files
contain the lines:
  START-INFO-DIR-ENTRY
  * Emacs Lisp Intro: (eintr).
                          A simple introduction to Emacs Lisp programming.
  END-INFO-DIR-ENTRY

This comes from the emacs-lisp-intro.texi file which contains the lines:
  @dircategory Emacs
  @direntry
  * Emacs Lisp Intro: (eintr).
                          A simple introduction to Emacs Lisp programming.
  @end direntry

But emacs-lisp-intro.texi also contains the line:
  @setfilename emacs-lisp-intro.info


The name in the @direntry line should be changed from "eintr" to
"emacs-lisp-intro" in the next release.


Please let me know if there is a bug-reporting address that is more
specific to this emacs-lisp-intro package.

Thanks,
Kirk Hilliard
kirk@debian.org

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

* Re: emacs-lisp-intro DIR-ENTRY error
  2005-12-02 20:50 Kirk Hilliard
@ 2005-12-02 22:00 ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2005-12-02 22:00 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> From: Kirk Hilliard <kirk@master.debian.org>
> Date: Fri, 02 Dec 2005 14:50:30 -0600
> 
> Package: emacs-lisp-intro
> Version: 2.04
> Summary: The texinfo file sets filename "emacs-lisp-intro.info",
>          but uses the name "eintr" for its dir entry.

Thank you for your report.

> In emacs-lisp-intro-2.04.tar.gz, all emacs-lisp-intro.info* files
> contain the lines:
>   START-INFO-DIR-ENTRY
>   * Emacs Lisp Intro: (eintr).
>                           A simple introduction to Emacs Lisp programming.
>   END-INFO-DIR-ENTRY
> 
> This comes from the emacs-lisp-intro.texi file which contains the lines:
>   @dircategory Emacs
>   @direntry
>   * Emacs Lisp Intro: (eintr).
>                           A simple introduction to Emacs Lisp programming.
>   @end direntry
> 
> But emacs-lisp-intro.texi also contains the line:
>   @setfilename emacs-lisp-intro.info
> 
> 
> The name in the @direntry line should be changed from "eintr" to
> "emacs-lisp-intro" in the next release.

Well, actually we fixed this the other way around: @setfilename now
uses eintr.

emacs-lisp-intro.texi is part of the Emacs distribution now.  You
probably caught it half way between an independent package and full
inclusion in the Emacs distro.

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

* Re: emacs-lisp-intro DIR-ENTRY error
@ 2005-12-03  0:01 Kirk Hilliard
  2005-12-03  9:17 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Kirk Hilliard @ 2005-12-03  0:01 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Hi Eli,

> > The name in the @direntry line should be changed from "eintr" to
> > "emacs-lisp-intro" in the next release.
> 
> Well, actually we fixed this the other way around: @setfilename now
> uses eintr.

That's cool.

> emacs-lisp-intro.texi is part of the Emacs distribution now.  You
> probably caught it half way between an independent package and full
> inclusion in the Emacs distro.

Where?  I looked in emacs-21.4a.tar.gz and didn't find it.  Specifically:
  $ tar tzvf emacs-21.4a.tar.gz | grep intro
  $ 
[I don't see anything suggestive of it amongst the 70 .texi files either.]

There is an intro.texi in elisp-manual_21-2.8.orig.tar.gz, but that is
the introduction the the elisp manual itself.


Is there something I am missing?

Thanks,
Kirk

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

* Re: emacs-lisp-intro DIR-ENTRY error
  2005-12-03  0:01 emacs-lisp-intro DIR-ENTRY error Kirk Hilliard
@ 2005-12-03  9:17 ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2005-12-03  9:17 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> Cc: bug-gnu-emacs@gnu.org
> From: Kirk Hilliard <kirk@master.debian.org>
> Date: Fri, 02 Dec 2005 18:01:29 -0600
> 
> > emacs-lisp-intro.texi is part of the Emacs distribution now.  You
> > probably caught it half way between an independent package and full
> > inclusion in the Emacs distro.
> 
> Where?  I looked in emacs-21.4a.tar.gz and didn't find it.

I meant in the current development sources.  You can see that in the
Emacs CVS tree.  The next released version will have the intro
bundled.

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

* Re: emacs-lisp-intro DIR-ENTRY error
@ 2005-12-03 12:59 Kirk Hilliard
  0 siblings, 0 replies; 5+ messages in thread
From: Kirk Hilliard @ 2005-12-03 12:59 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Hi Eli,

> > emacs-lisp-intro.texi is part of the Emacs distribution now.
...
> I meant in the current development sources.  You can see that in the
> Emacs CVS tree.  The next released version will have the intro
> bundled.

Ahah, I understand.

You have probably already considered this, but when you do release it,
you may wish to put a file, explaining its bundling, called
  emacs-lisp-intro-README-latest-edition
(or something) on the ftp site accompanying the old versions
  emacs-lisp-intro-1.05.tar.gz
  emacs-lisp-intro-2.04.tar.gz
  emacs-lisp-intro-README
  emacs-lisp-intro-README-2nd-edition
so those who miss the news and just check the ftp site will know what
happened.

Thanks tons,
Kirk Hilliard

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

end of thread, other threads:[~2005-12-03 12:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-03  0:01 emacs-lisp-intro DIR-ENTRY error Kirk Hilliard
2005-12-03  9:17 ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2005-12-03 12:59 Kirk Hilliard
2005-12-02 20:50 Kirk Hilliard
2005-12-02 22:00 ` Eli Zaretskii

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).