From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30456 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: lint for .gnus / mailsplitting Date: Thu, 27 Apr 2000 12:04:49 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <200004271004.MAA01186@lucy.cs.uni-dortmund.de> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166990 8561 80.91.224.250 (21 Oct 2002 02:23:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:23:10 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id E2C64D051E for ; Thu, 27 Apr 2000 06:06:35 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB11407; Thu, 27 Apr 2000 05:06:35 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Apr 2000 05:06:05 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA04063 for ; Thu, 27 Apr 2000 05:05:54 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by mailhost.sclp.com (Postfix) with ESMTP id E58BAD051F for ; Thu, 27 Apr 2000 06:04:51 -0400 (EDT) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id MAA11856; Thu, 27 Apr 2000 12:04:49 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id MAA16079; Thu, 27 Apr 2000 12:04:49 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id MAA01186; Thu, 27 Apr 2000 12:04:49 +0200 X-Authentication-Warning: lucy.cs.uni-dortmund.de: grossjoh set sender to Kai.Grossjohann@CS.Uni-Dortmund.DE using -f Original-To: Yeoh Yiu In-Reply-To: Yeoh Yiu's message of "27 Apr 2000 02:40:22 -0400" User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/21.0.90 Original-Lines: 17 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30456 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30456 Yeoh Yiu writes: > What I would like instead is an error message such as > Error in ~/.gnus: line 43 missmatched " This is hard to do, since newlines are allows in strings in Emacs Lisp. That is, the following is a valid Lisp statement: (setq x "this string contains multiple lines") kai -- Beware of flying birch trees.