all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Sumbler <david@aeolia.co.uk>
Subject: Newbie: adding a library
Date: Mon, 29 Sep 2003 20:21:42 +0100	[thread overview]
Message-ID: <Pine.LNX.4.44.0309292008060.1171-100000@localhost.localdomain> (raw)

I run GNU Emacs 21.2.1 on a RedHat 8.0 machine.

I have recently read through "Sams Teach Yourself Emacs in 24 Hours".

My very first attempt at customising Emacs hasn't worked, though.

I want to be able to read compressed files, so I added the line

(require 'jka-compr)

to my .emacs file.  But Emacs seems to just ignore it (I looked at the
*Messages* buffer, which did not even mention it).

I tried also adding the line

(setq load-path (cons "/usr/share/emacs/21.2/lisp" load-path))

before the "require" line, to tell Emacs where jka-compr.elc is, but
this did not help.

What am I doing wrong?

David

--

             reply	other threads:[~2003-09-29 19:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-29 19:21 David Sumbler [this message]
2003-09-29 22:33 ` Newbie: adding a library Kevin Rodgers

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=Pine.LNX.4.44.0309292008060.1171-100000@localhost.localdomain \
    --to=david@aeolia.co.uk \
    /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.