all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Where is simple.el?
@ 2007-10-13 22:42 Nikola Skoric
  2007-10-14  1:49 ` Bastien
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nikola Skoric @ 2007-10-13 22:42 UTC (permalink / raw
  To: help-gnu-emacs

I'd like to read simple.el... but I just can't find it :-D Where
should I look for simple.el?

-- 
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"

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

* Re: Where is simple.el?
  2007-10-13 22:42 Where is simple.el? Nikola Skoric
@ 2007-10-14  1:49 ` Bastien
       [not found] ` <mailman.2034.1192322994.18990.help-gnu-emacs@gnu.org>
  2007-10-14 17:23 ` John Paul Wallington
  2 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2007-10-14  1:49 UTC (permalink / raw
  To: help-gnu-emacs

Nikola Skoric <nick-news@net4u.hr> writes:

> I'd like to read simple.el... but I just can't find it :-D Where
> should I look for simple.el?

C-h f next-line RET

Then follow the link to the `simple.el' file.

-- 
Bastien

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

* Re: Where is simple.el?
       [not found] ` <mailman.2034.1192322994.18990.help-gnu-emacs@gnu.org>
@ 2007-10-14  7:02   ` Harald Hanche-Olsen
  0 siblings, 0 replies; 7+ messages in thread
From: Harald Hanche-Olsen @ 2007-10-14  7:02 UTC (permalink / raw
  To: help-gnu-emacs

+ Bastien <bzg@altern.org>:

> Nikola Skoric <nick-news@net4u.hr> writes:
>
>> I'd like to read simple.el... but I just can't find it :-D Where
>> should I look for simple.el?
>
> C-h f next-line RET
>
> Then follow the link to the `simple.el' file.

Or, in the more recent emacsen (not sure when it was introduced):

M-x find-library RET simple RET

-- 
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
  when there is no ground whatsoever for supposing it is true.
  -- Bertrand Russell

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

* Re: Where is simple.el?
  2007-10-13 22:42 Where is simple.el? Nikola Skoric
  2007-10-14  1:49 ` Bastien
       [not found] ` <mailman.2034.1192322994.18990.help-gnu-emacs@gnu.org>
@ 2007-10-14 17:23 ` John Paul Wallington
  2007-10-15  9:38   ` Nikola Skoric
  2 siblings, 1 reply; 7+ messages in thread
From: John Paul Wallington @ 2007-10-14 17:23 UTC (permalink / raw
  To: help-gnu-emacs

Nikola Skoric <nick-news@net4u.hr> writes:

> I'd like to read simple.el... but I just can't find it :-D Where
> should I look for simple.el?

It may be the case that you don't have the lisp sources but rather
only the byte-compiled libraries because your distributor has made
the lisp sources an optional package.

It looks like you are on Debian.  You can find out which packages
provide a particular file on Debian systems using their website:

http://packages.debian.org/file:simple.el&mode=exactfilename

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

* Re: Where is simple.el?
  2007-10-14 17:23 ` John Paul Wallington
@ 2007-10-15  9:38   ` Nikola Skoric
  2007-10-15 11:30     ` John Paul Wallington
  2007-10-15 12:43     ` Johan Lindström
  0 siblings, 2 replies; 7+ messages in thread
From: Nikola Skoric @ 2007-10-15  9:38 UTC (permalink / raw
  To: help-gnu-emacs

Dana Sun, 14 Oct 2007 18:23:38 +0100, 
John Paul Wallington <jpw@pobox.com> kaze:
> Nikola Skoric <nick-news@net4u.hr> writes:
>
>> I'd like to read simple.el... but I just can't find it :-D Where
>> should I look for simple.el?
>
> It may be the case that you don't have the lisp sources but rather
> only the byte-compiled libraries because your distributor has made
> the lisp sources an optional package.

Yes, I tried find-library and I tried clicking on simple.el link, but
library can't be found. So it is probably compiled.

> It looks like you are on Debian.  You can find out which packages
> provide a particular file on Debian systems using their website:
>
> http://packages.debian.org/file:simple.el&mode=exactfilename

I'm on ubuntu 7.04 in fact. The link didn't help much, I looked into
/usr/share/emacs already and couldn't find anything there. So, is there
a place where I can download simple.el?

-- 
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"

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

* Re: Where is simple.el?
  2007-10-15  9:38   ` Nikola Skoric
@ 2007-10-15 11:30     ` John Paul Wallington
  2007-10-15 12:43     ` Johan Lindström
  1 sibling, 0 replies; 7+ messages in thread
From: John Paul Wallington @ 2007-10-15 11:30 UTC (permalink / raw
  To: help-gnu-emacs

Nikola Skoric <nick-news@net4u.hr> writes:

>> It looks like you are on Debian.  You can find out which packages
>> provide a particular file on Debian systems using their website:
>>
>> http://packages.debian.org/file:simple.el&mode=exactfilename
>
> I'm on ubuntu 7.04 in fact. The link didn't help much, I looked into
> /usr/share/emacs already and couldn't find anything there. So, is there
> a place where I can download simple.el?

I think you will find that the package name emacs21-el mentioned on
page that I linked to is used for the Ubuntu package too.

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

* Re: Where is simple.el?
  2007-10-15  9:38   ` Nikola Skoric
  2007-10-15 11:30     ` John Paul Wallington
@ 2007-10-15 12:43     ` Johan Lindström
  1 sibling, 0 replies; 7+ messages in thread
From: Johan Lindström @ 2007-10-15 12:43 UTC (permalink / raw
  To: help-gnu-emacs

At 11:38 2007-10-15, Nikola Skoric wrote:
> >> I'd like to read simple.el... but I just can't find it :-D Where
> >> should I look for simple.el?
-snip-
>I'm on ubuntu 7.04 in fact. The link didn't help much, I looked into
>/usr/share/emacs already and couldn't find anything there. So, is there
>a place where I can download simple.el?

General workarounds:
http://www.koders.com/default.aspx?s=simple.el&btn=&la=Lisp&li=*

http://www.google.com/codesearch?q=simple.el+lang%3Alisp&hl=en&btnG=Search+Code


/J

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

end of thread, other threads:[~2007-10-15 12:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13 22:42 Where is simple.el? Nikola Skoric
2007-10-14  1:49 ` Bastien
     [not found] ` <mailman.2034.1192322994.18990.help-gnu-emacs@gnu.org>
2007-10-14  7:02   ` Harald Hanche-Olsen
2007-10-14 17:23 ` John Paul Wallington
2007-10-15  9:38   ` Nikola Skoric
2007-10-15 11:30     ` John Paul Wallington
2007-10-15 12:43     ` Johan Lindström

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.