From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24487 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: X-Sent Date: 23 Jul 1999 20:57:12 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87pv1jmbxz.fsf@pc-hrvoje.srce.hr> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162045 9006 80.91.224.250 (21 Oct 2002 01:00:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:00:45 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA18036 for ; Fri, 23 Jul 1999 15:02:06 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB00895; Fri, 23 Jul 1999 13:58:09 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 23 Jul 1999 13:58:44 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA13257 for ; Fri, 23 Jul 1999 13:58:33 -0500 (CDT) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA17922 for ; Fri, 23 Jul 1999 14:57:26 -0400 (EDT) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 3.02 #1 (Debian)) id 117kVM-00007S-00 for ; Fri, 23 Jul 1999 20:57:12 +0200 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > I have tried this but to no avail: > > (setq gnus-treat-date-lapsed) > (setq gnus-treat-strip-pgp) > (setq gnus-treat-hide-boring-headers) > (setq gnus-treat-overstrike) > (setq gnus-treat-strip-leading-blank-lines) > (setq gnus-treat-strip-trailing-blank-lines) > (setq gnus-treat-strip-multiple-blank-lines) > (setq gnus-treat-highlight-highlight-headers) > (setq gnus-treat-emphasize) `setq' is a special form that accepts an even number of arguments. > Have I missed something stupid? If calling setq with one argument is stupid then yes, you missed something stupid. :-)