From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: Any way to control which articles Gnus summary shows by default? Date: Tue, 10 Apr 2018 15:29:57 -0700 Message-ID: <87efjmg0ey.fsf@ericabrahamsen.net> References: <87vad78nh2.fsf@web.de> <87sh8bsa2c.fsf@ericabrahamsen.net> <87in97jkzk.fsf@web.de> <87lge3ryvn.fsf@ericabrahamsen.net> <87sh8bm3u1.fsf@web.de> <874lkogzel.fsf@web.de> <87lge0pdfg.fsf@ericabrahamsen.net> <87efjsdxx0.fsf@ericabrahamsen.net> <87d0z9zss2.fsf@web.de> <87r2npoi40.fsf@ericabrahamsen.net> <878t9xzoot.fsf@web.de> <87woxhmsim.fsf@ericabrahamsen.net> <87h8olmer2.fsf@ericabrahamsen.net> <87k1tgtqny.fsf@web.de> <87muycibgv.fsf@ericabrahamsen.net> <87vad06tin.fsf@web.de> <87po38gmma.fsf@ericabrahamsen.net> <87po376yvq.fsf@web.de> <87po37jabk.fsf@ericabrahamsen.net> <87h8oi7re0.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1523399479 16660 195.159.176.226 (10 Apr 2018 22:31:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2018 22:31:19 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 00:31:14 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f61nC-00049f-JO for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Apr 2018 00:31:10 +0200 Original-Received: from localhost ([::1]:51597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f61pI-0001oK-EB for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Apr 2018 18:33:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f61oj-0001ln-Bg for help-gnu-emacs@gnu.org; Tue, 10 Apr 2018 18:32:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f61oe-00053d-F8 for help-gnu-emacs@gnu.org; Tue, 10 Apr 2018 18:32:45 -0400 Original-Received: from [195.159.176.226] (port=46811 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f61oe-00052T-7s for help-gnu-emacs@gnu.org; Tue, 10 Apr 2018 18:32:40 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1f61mU-0003I9-U1 for help-gnu-emacs@gnu.org; Wed, 11 Apr 2018 00:30:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:wj5EtjWGSv1thjXcCqzmrtUZ6+M= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:116450 Archived-At: Michael Heerdegen writes: > Eric Abrahamsen writes: > >> If VALUE isn't a consp, it falls through to the equivalent of: >> >> (nconc (nreverse nil) value) > > I would expect that this would make my computer explode, but ok I see, > it returns VALUE. I ran that test first so that you don't have to :) >> If you've got some ideas about this (very welcome!), maybe we should >> move the discussion there. > > Ok, will try to find the discussion, thanks. Let me add a new patch to that bug discussion; I've been thinking about this more since making the initial report. Eric