From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fortepianissimo@gmail.com Newsgroups: gmane.emacs.help Subject: Highlighting the right margin Date: 11 Oct 2005 13:20:41 -0700 Organization: http://groups.google.com Message-ID: <1129062041.404722.167360@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1129062509 14100 80.91.229.2 (11 Oct 2005 20:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 20:28:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 11 22:28:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPQhM-0002af-8J for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Oct 2005 22:26:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPQhL-0003iF-El for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Oct 2005 16:26:07 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 128.237.248.174 Original-X-Trace: posting.google.com 1129062046 19974 127.0.0.1 (11 Oct 2005 20:20:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 11 Oct 2005 20:20:46 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=128.237.248.174; posting-account=S6OCaQ0AAABVp10ljz9vJTK1Sl4sAl68 Original-Xref: shelby.stanford.edu gnu.emacs.help:134565 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30145 Archived-At: 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. I'm almost completely ignorant on elisp - could someone show me some voodoo magic that I need to put into my .emacs file to make this work? Thanks a lot!