From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5456 Path: news.gmane.org!not-for-mail From: Jason Dufair Newsgroups: gmane.emacs.gnus.user Subject: Re: function definition void Date: Tue, 26 Jul 2005 09:40:37 -0500 Organization: The Dufair Family Message-ID: <7qu8xzthbq2.fsf@1078-ARIBA-004.central.purdue.lcl> References: <87ek9lhdjf.fsf@wash.edu> Reply-To: jase@dufair.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138671171 27468 80.91.229.2 (31 Jan 2006 01:32:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:32:51 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:19 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.pionier.net.pl!newsfeed.gamma.ru!Gamma.RU!logbridge.uoregon.edu!arclight.uoregon.edu!news.purdue.edu!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: jase.admin.purdue.edu Original-X-Trace: mailhub227.itcs.purdue.edu 1122388837 12231 128.210.102.211 (26 Jul 2005 14:40:37 GMT) Original-X-Complaints-To: news@purdue.edu Original-NNTP-Posting-Date: Tue, 26 Jul 2005 14:40:37 +0000 (UTC) X-Face: %qYO(9,]2*s~3N%\J,B=XT(z}[XaISI2%wB~6pjlDD?eDZgn\^S9jx[j1db/7E{umgx.GyN'wf/*4}lk3h9(h:[)d(?<[7~#x+zbn495h?E[>\HVwW|jGgLW9x^k\Kn,uc4{?-T'/=EW!/nE'e_Jf5pP3|DVn$ydYOr]n6Dk7!Ojgt{%(P.$j}u;EyrN{YVPxVc+EWeo?,I*PnW$;U%{@Lqh-OU`o2 User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.2 (cygwin) Cancel-Lock: sha1:ogXA30qxFv0ky9uwO/mSoIvkkfU= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5598 Original-Lines: 44 X-Gnus-Article-Number: 5598 Tue Jan 17 17:35:19 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5456 Archived-At: Baloff 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