Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Jason Dufair <jase@dufair.org>
Subject: Re: function definition void
Date: Tue, 26 Jul 2005 09:40:37 -0500	[thread overview]
Message-ID: <7qu8xzthbq2.fsf@1078-ARIBA-004.central.purdue.lcl> (raw)
In-Reply-To: <87ek9lhdjf.fsf@wash.edu>

Baloff <washdc@xxx> writes:

> I copied and yanked this in my ./gnus.el file but it is giving article
> function definition void: or something like that in the minibuffer
> when I load-file ./gnus.el
>
> (article (horizontal 1.0
> 		     (vertical 0.5
> 			       (group 1.0)
> 			       (gnus-carpal 4))
> 		     (vertical 1.0
> 			       (summary 0.25 point)
> 			       (summary-carpal 4)
> 			       (article 1.0))))
> I got it from
> http://www.gnus.org/manual/gnus_272.html#SEC272
> what am I doing wrong?
>
> thanks

You'll need an actual function call:

(gnus-add-configuration
 '(article (horizontal 1.0
		       (vertical 0.5
				 (group 1.0)
				 (gnus-carpal 4))
		       (vertical 1.0
				 (summary 0.25 point)
				 (summary-carpal 4)
				 (article 1.0)))))


gnus-add-configuration is the function call and the rest is the
argument to that function.  The above should do the trick for you
(assuming the layout actually works - I didn't try it)

-- 
Jason Dufair - jase@dufair.org
http://www.dufair.org/
"Being in politics is like being a football coach.
You have to be smart enough to understand the game,
and dumb enough to think it's important."
-- Eugene McCarthy


  reply	other threads:[~2005-07-26 14:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-26 14:01 Baloff
2005-07-26 14:40 ` Jason Dufair [this message]
2005-07-26 21:26   ` Baloff

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=7qu8xzthbq2.fsf@1078-ARIBA-004.central.purdue.lcl \
    --to=jase@dufair.org \
    /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 NNTP newsgroup(s).