all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14660: Elisp Intro: missing configure script
@ 2013-06-18 22:56 Reinhard Kotucha
  2013-06-19  7:14 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Reinhard Kotucha @ 2013-06-18 22:56 UTC (permalink / raw)
  To: 14660

Hi,
I downloaded the "Introduction to Programming in Emacs Lisp" written
by Robert J. Chassell.

The Makefile contains lines like

  MKDIR_P = @MKDIR_P@
  INFO_OPTS=@INFO_OPTS@
  MAKEINFO = @MAKEINFO@

But unless I overlooked something, there is no program which expands
placeholders like "@MKDIR_P@".  I suppose that the configure script
got lost somehow.

Don't know whether this is the correct place for such questions but at
least the README sais "This file is part of GNU Emacs."

Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha                                      Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover                              mailto:reinhard.kotucha@web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------





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

* bug#14660: Elisp Intro: missing configure script
  2013-06-18 22:56 bug#14660: Elisp Intro: missing configure script Reinhard Kotucha
@ 2013-06-19  7:14 ` Glenn Morris
  2013-06-20 21:57   ` Reinhard Kotucha
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2013-06-19  7:14 UTC (permalink / raw)
  To: reinhard.kotucha; +Cc: 14660

Reinhard Kotucha wrote:

> I downloaded the "Introduction to Programming in Emacs Lisp" written
> by Robert J. Chassell.
>
> The Makefile contains lines like
>
>   MKDIR_P = @MKDIR_P@

Thanks for the report.
You did not say where you downloaded it from, but assuming you meant

http://www.gnu.org/software/emacs/emacs-lisp-intro/texi/emacs-lisp-intro-texi.tar.gz

this is fixed now.

There isn't supposed to be a configure script included, you are supposed
to just be able to run make.

Note that this manual is included with every Emacs release since 22.1
(six years ago), so AFAIK very few people download it separately.





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

* bug#14660: Elisp Intro: missing configure script
  2013-06-19  7:14 ` Glenn Morris
@ 2013-06-20 21:57   ` Reinhard Kotucha
  0 siblings, 0 replies; 3+ messages in thread
From: Reinhard Kotucha @ 2013-06-20 21:57 UTC (permalink / raw)
  To: Glenn Morris; +Cc: reinhard.kotucha, 14660

On 2013-06-19 at 03:14:51 -0400, Glenn Morris wrote:

 > Reinhard Kotucha wrote:
 > 
 > > I downloaded the "Introduction to Programming in Emacs Lisp" written
 > > by Robert J. Chassell.
 > >
 > > The Makefile contains lines like
 > >
 > >   MKDIR_P = @MKDIR_P@
 > 
 > Thanks for the report.
 > You did not say where you downloaded it from, but assuming you meant
 > 
 > http://www.gnu.org/software/emacs/emacs-lisp-intro/texi/emacs-lisp-intro-texi.tar.gz

Hi Glenn, 
yes, since this directory exists I assumed that it contains the
"master sources".
 
 > this is fixed now.

Thanks.  The Makefile works like a charm now.

There is still an issue: The README is quite confusing regarding the
inclusion of .eps files.  And the explanation is even wrong.

When RJC wrote the document, the @image macro certainly didn't exist.
As a workaround he loaded epsf.tex in a @tex environment.

But since everything between "@tex" and "@end tex" is executed within
a group, i.e. the macros defined by epsf.tex are forgotten after "@end
tex", epsf.tex had to be loaded again whenever a new .eps file was
supposed to be included.  Loading such a tiny macro package several
times is certainly not a problem, but the actual cause of the problem
is that TeX allocates file descriptors globally.  Whenever epsf.tex is
loaded, a new file descriptor is allocated.

TeX supports only 16 file descriptors for \read and 16 for \write.
And texinfo already allocates some of them for it's own auxiliary files.

RJC assumed that you can have more .eps files if you have a bigger
computer.  Admittedly, it took me some time to find out what's going
wrong.  I encountered the problem in 1995 when I created a copy on
paper but didn't know how to solve the problem at this time.

Since everything works out of the box nowadays, I recommend to remove
the confusing suggestions from the README file.  Furthermore, there is
no need to support ancient versions of texinfo because a recent
version of texinfo.tex is provided by the package anyway.

Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha                                      Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover                              mailto:reinhard.kotucha@web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------





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

end of thread, other threads:[~2013-06-20 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 22:56 bug#14660: Elisp Intro: missing configure script Reinhard Kotucha
2013-06-19  7:14 ` Glenn Morris
2013-06-20 21:57   ` Reinhard Kotucha

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.