From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: Highlighting the right margin
Date: Tue, 11 Oct 2005 13:36:57 -0700 [thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICEEEKCNAA.drew.adams@oracle.com> (raw)
In-Reply-To: <1129062041.404722.167360@g49g2000cwa.googlegroups.com>
I've been trying to make an .el file I downloaded to work so I can see
where the right margin starts to avoid coding long lines.
The file is highlight-beyond-fill-column.el, and I have this line in my
.emacs
(require 'highlight-beyond-fill-column)
But after restarting emacs (22.0.50 on Mac OS X), hitting M-X and then
trying to invoke the function highlight-beyond-fill-column, I couldn't
find the function at all.
Does library highlight-beyond-fill-column.el have this in it?
(provide 'highlight-beyond-fill-column)
For your `require' to work, the library must `provide' the corresponding
feature. If the library has a `provide' call with a different feature name,
use that name in your `require'. If it has no `provide', either add one to
the library or use `load-library' instead of `require', in your .emacs.
`load-library' uses the file name (sans extension); `require' uses a
provided-feature name. HTH.
next prev parent reply other threads:[~2005-10-11 20:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-11 20:20 Highlighting the right margin fortepianissimo
2005-10-11 20:36 ` Drew Adams [this message]
[not found] ` <mailman.10934.1129063028.20277.help-gnu-emacs@gnu.org>
2005-10-11 21:20 ` fortepianissimo
2005-10-11 21:40 ` rgb
2005-10-11 21:43 ` Drew Adams
[not found] ` <mailman.10941.1129066997.20277.help-gnu-emacs@gnu.org>
2005-10-12 1:41 ` fortepianissimo
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DNEMKBNJBGPAOPIJOOICEEEKCNAA.drew.adams@oracle.com \
--to=drew.adams@oracle.com \
/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.
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).