Gnus development mailing list
 help / color / mirror / Atom feed
* "make install" doesn't
@ 2003-02-02 20:10 Kai Großjohann
  2003-02-02 20:27 ` Sebastian D.B. Krause
  2003-02-02 21:07 ` Reiner Steib
  0 siblings, 2 replies; 8+ messages in thread
From: Kai Großjohann @ 2003-02-02 20:10 UTC (permalink / raw)


I just noticed that "make install" appears to install *.elc files
only, and skips the *.el files.

OK to fix?
-- 
A turnip curses Elvis



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

* Re: "make install" doesn't
  2003-02-02 20:10 "make install" doesn't Kai Großjohann
@ 2003-02-02 20:27 ` Sebastian D.B. Krause
  2003-02-02 20:46   ` Edward O'Connor
  2003-02-03  1:42   ` Simon Josefsson
  2003-02-02 21:07 ` Reiner Steib
  1 sibling, 2 replies; 8+ messages in thread
From: Sebastian D.B. Krause @ 2003-02-02 20:27 UTC (permalink / raw)


On 3441 September 1993, Kai Großjohann wrote:
> I just noticed that "make install" appears to install *.elc files
> only, and skips the *.el files.
>
> OK to fix?

Do we really need the *.el files when installing Gnus? IMHO the
*.elc files are enough, they are working well without the *.el
files.

Sebastian




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

* Re: "make install" doesn't
  2003-02-02 20:27 ` Sebastian D.B. Krause
@ 2003-02-02 20:46   ` Edward O'Connor
  2003-02-02 21:07     ` Lars Magne Ingebrigtsen
  2003-02-03  1:42   ` Simon Josefsson
  1 sibling, 1 reply; 8+ messages in thread
From: Edward O'Connor @ 2003-02-02 20:46 UTC (permalink / raw)
  Cc: ding

>> I just noticed that "make install" appears to install *.elc
>> files only, and skips the *.el files.
>>
>> OK to fix?
> 
> Do we really need the *.el files when installing Gnus?

Yes! Otherwise, C-h f and friends become much less useful.


Ted

-- 
Edward O'Connor
ted@oconnor.cx

Ense petit placidam sub libertate quietem.



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

* Re: "make install" doesn't
  2003-02-02 20:46   ` Edward O'Connor
@ 2003-02-02 21:07     ` Lars Magne Ingebrigtsen
  2003-02-03  1:03       ` Edward O'Connor
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-02-02 21:07 UTC (permalink / raw)


"Edward O'Connor" <ted@oconnor.cx> writes:

> Yes! Otherwise, C-h f and friends become much less useful.

You don't need the source files for `C-h f' to work.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: "make install" doesn't
  2003-02-02 20:10 "make install" doesn't Kai Großjohann
  2003-02-02 20:27 ` Sebastian D.B. Krause
@ 2003-02-02 21:07 ` Reiner Steib
  2003-02-03  8:21   ` Kai Großjohann
  1 sibling, 1 reply; 8+ messages in thread
From: Reiner Steib @ 2003-02-02 21:07 UTC (permalink / raw)


On Sun, Feb 02 2003, Kai Großjohann wrote:

> I just noticed that "make install" appears to install *.elc files
> only, and skips the *.el files.

Huh.  I've been using "make install" for month or years and it
always(?) installed the *.el files.

,----[ lisp/Makefile ]
| install: install-el install-elc 
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/



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

* Re: "make install" doesn't
  2003-02-02 21:07     ` Lars Magne Ingebrigtsen
@ 2003-02-03  1:03       ` Edward O'Connor
  0 siblings, 0 replies; 8+ messages in thread
From: Edward O'Connor @ 2003-02-03  1:03 UTC (permalink / raw)


>> Yes! Otherwise, C-h f and friends become much less useful.
> 
> You don't need the source files for `C-h f' to work.

Well, right, C-h f and friends still work without the *.el files,
but the ever-so-useful hyperlink that `describe-function-1'
generates failes miserably unless you have the source around. I'd
say I follow these hyperlinks a pretty significant amount of the
time.


Ted

-- 
Edward O'Connor
ted@oconnor.cx

Ense petit placidam sub libertate quietem.



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

* Re: "make install" doesn't
  2003-02-02 20:27 ` Sebastian D.B. Krause
  2003-02-02 20:46   ` Edward O'Connor
@ 2003-02-03  1:42   ` Simon Josefsson
  1 sibling, 0 replies; 8+ messages in thread
From: Simon Josefsson @ 2003-02-03  1:42 UTC (permalink / raw)
  Cc: ding

krause@sdbk.de (Sebastian D.B. Krause) writes:

> On 3441 September 1993, Kai Großjohann wrote:
>> I just noticed that "make install" appears to install *.elc files
>> only, and skips the *.el files.
>>
>> OK to fix?
>
> Do we really need the *.el files when installing Gnus? IMHO the
> *.elc files are enough, they are working well without the *.el
> files.

For Oort, I think we'd like to be able to tell users to M-x RET
load-library RET gnus.el RET to get better backtraces.




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

* Re: "make install" doesn't
  2003-02-02 21:07 ` Reiner Steib
@ 2003-02-03  8:21   ` Kai Großjohann
  0 siblings, 0 replies; 8+ messages in thread
From: Kai Großjohann @ 2003-02-03  8:21 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> On Sun, Feb 02 2003, Kai Großjohann wrote:
>
>> I just noticed that "make install" appears to install *.elc files
>> only, and skips the *.el files.
>
> Huh.  I've been using "make install" for month or years and it
> always(?) installed the *.el files.

*blush*

Excuse me while I hide in some mouse hole.
-- 
A turnip curses Elvis



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

end of thread, other threads:[~2003-02-03  8:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-02 20:10 "make install" doesn't Kai Großjohann
2003-02-02 20:27 ` Sebastian D.B. Krause
2003-02-02 20:46   ` Edward O'Connor
2003-02-02 21:07     ` Lars Magne Ingebrigtsen
2003-02-03  1:03       ` Edward O'Connor
2003-02-03  1:42   ` Simon Josefsson
2003-02-02 21:07 ` Reiner Steib
2003-02-03  8:21   ` Kai Großjohann

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 NNTP newsgroup(s).