From drew.adams@oracle.com Fri Aug 21 15:38:36 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 21 Aug 2009 22:38:36 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7LMcYlJ008223 for ; Fri, 21 Aug 2009 15:38:35 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Meckk-0005I0-Bs for bug-gnu-emacs@gnu.org; Fri, 21 Aug 2009 18:38:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Meckf-0005H8-PH for bug-gnu-emacs@gnu.org; Fri, 21 Aug 2009 18:38:34 -0400 Received: from [199.232.76.173] (port=35474 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Meckf-0005H5-LJ for bug-gnu-emacs@gnu.org; Fri, 21 Aug 2009 18:38:29 -0400 Received: from rcsinet11.oracle.com ([148.87.113.123]:40846 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mecke-0006lC-Lf for bug-gnu-emacs@gnu.org; Fri, 21 Aug 2009 18:38:29 -0400 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n7LMchqe003520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Aug 2009 22:38:44 GMT Received: from abhmt005.oracle.com (abhmt005.oracle.com [141.146.116.14]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n7LMcNCG014104 for ; Fri, 21 Aug 2009 22:38:24 GMT Received: from dradamslap1 (/141.144.245.31) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 21 Aug 2009 15:38:22 -0700 From: "Drew Adams" To: Subject: 23.1; wrong-type arg: char or string-p, nil Date: Fri, 21 Aug 2009 15:38:22 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcoisBazS76IuBXgQAK3vFzKVhyaLA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt005.oracle.com [141.146.116.14] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4A8F21E0.0064:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) emacs -Q M-x set-variable debug-on-error t M-x load-file /......./bookmark.el C-x r l raises error: Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) insert(nil) (prog1 (insert (bookmark-location bookmark)) (if (and ... ...) (add-text-properties start ... ...))) (let ((start ...)) (prog1 (insert ...) (if ... ...))) bookmark-insert-location("*Messages* buffer list" t) (let ((bmrk ...)) (setq bookmark-bmenu-hidden-bookmarks (cons bmrk bookmark-bmenu-hidden-bookmarks)) (let (...) (move-to-column bookmark-bmenu-file-column t) (if ... ...)) (delete-region (point) (progn ... ...)) (insert " ") (bookmark-insert-location bmrk t) (forward-line 1)) (while (< (point) (point-max)) (let (...) (setq bookmark-bmenu-hidden-bookmarks ...) (let ... ... ...) (delete-region ... ...) (insert " ") (bookmark-insert-location bmrk t) (forward-line 1))) (let ((inhibit-read-only t)) (while (< ... ...) (let ... ... ... ... ... ... ...))) (save-window-excursion (goto-char (point-min)) (forward-line 2) (setq bookmark-bmenu-hidden-bookmarks nil) (let (...) (while ... ...))) (save-excursion (save-window-excursion (goto-char ...) (forward-line 2) (setq bookmark-bmenu-hidden-bookmarks nil) (let ... ...))) (if (and (not force) bookmark-bmenu-toggle-filenames) nil (save-excursion (save-window-excursion ... ... ... ...))) bookmark-bmenu-show-filenames() (cond (show (setq bookmark-bmenu-toggle-filenames nil) (bookmark-bmenu-show-filenames) (setq bookmark-bmenu-toggle-filenames t)) (bookmark-bmenu-toggle-filenames (bookmark-bmenu-hide-filenames) (setq bookmark-bmenu-toggle-filenames nil)) (t (bookmark-bmenu-show-filenames) (setq bookmark-bmenu-toggle-filenames t))) bookmark-bmenu-toggle-filenames(t) (if bookmark-bmenu-toggle-filenames (bookmark-bmenu-toggle-filenames t)) bookmark-bmenu-list() call-interactively(bookmark-bmenu-list nil nil) In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on SOFT-MJASON Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4)' From cyd@stupidchicken.com Fri Sep 11 18:36:16 2009 Received: (at 4229) by emacsbugs.donarmstrong.com; 12 Sep 2009 01:36:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.4 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from pantheon-po32.its.yale.edu (pantheon-po32.its.yale.edu [130.132.50.88]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8C1aEuY011112 for <4229@emacsbugs.donarmstrong.com>; Fri, 11 Sep 2009 18:36:15 -0700 Received: from furry (dhcp128036014244.central.yale.edu [128.36.14.244]) (authenticated bits=0) by pantheon-po32.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n8C1a9F5027791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 11 Sep 2009 21:36:09 -0400 Received: by furry (Postfix, from userid 1000) id A65BDC070; Fri, 11 Sep 2009 21:36:09 -0400 (EDT) From: Chong Yidong To: "Drew Adams" Cc: 4229@debbugs.gnu.org Subject: Re: 23.1; wrong-type arg: char or string-p, nil Date: Fri, 11 Sep 2009 21:36:09 -0400 Message-ID: <87ws45eygm.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) > emacs -Q > M-x set-variable debug-on-error t > M-x load-file /......./bookmark.el > C-x r l > raises error: > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) > insert(nil) > (prog1 (insert (bookmark-location bookmark)) (if (and ... ...) I'm afraid I can't reproduce this. Maybe you need a particular bookmark file. Could you try to make a stand-alone recipe? From drew.adams@oracle.com Fri Sep 11 23:09:36 2009 Received: (at 4229) by emacsbugs.donarmstrong.com; 12 Sep 2009 06:09:36 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from rgminet11.oracle.com (rcsinet11.oracle.com [148.87.113.123]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8C69ZqS027874 for <4229@emacsbugs.donarmstrong.com>; Fri, 11 Sep 2009 23:09:36 -0700 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8C6A8DJ014261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 12 Sep 2009 06:10:10 GMT Received: from abhmt008.oracle.com (abhmt008.oracle.com [141.146.116.17]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8C69RFA019655; Sat, 12 Sep 2009 06:09:28 GMT Received: from dradamslap1 (/141.144.72.190) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 11 Sep 2009 23:09:25 -0700 From: "Drew Adams" To: "'Chong Yidong'" Cc: <4229@debbugs.gnu.org> References: <87ws45eygm.fsf@stupidchicken.com> Subject: RE: 23.1; wrong-type arg: char or string-p, nil Date: Fri, 11 Sep 2009 23:09:23 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87ws45eygm.fsf@stupidchicken.com> Thread-Index: AcozSbJFfTGxPC3+TnugqJPOMcMucgAJa3NQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt008.oracle.com [141.146.116.17] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4AAB3B16.0090:SCFSTAT5015188,ss=1,fgs=0 > > emacs -Q > > M-x set-variable debug-on-error t > > M-x load-file /......./bookmark.el > > C-x r l > > > raises error: > > > Debugger entered--Lisp error: (wrong-type-argument > char-or-string-p nil) > > insert(nil) > > (prog1 (insert (bookmark-location bookmark)) (if (and ... ...) > > I'm afraid I can't reproduce this. Maybe you need a > particular bookmark > file. Could you try to make a stand-alone recipe? Please merge this with bug #4250, which expresses the problem more generally. It is a filename entry with nil cdr that causes the error here. Emacs should simply ignore such a bookmark; it shouldn't cough up a wrong-type-arg error. From cyd@stupidchicken.com Sun Sep 13 15:19:02 2009 Received: (at control) by emacsbugs.donarmstrong.com; 13 Sep 2009 22:19:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.6 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8DMJ1VK019135 for ; Sun, 13 Sep 2009 15:19:02 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 8A5A357E26C; Sun, 13 Sep 2009 18:20:28 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: merge 4229 4250 Date: Sun, 13 Sep 2009 18:20:28 -0400 Message-ID: <87fxaqlc5v.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii merge 4229 4250 thanks From unknown Fri Sep 05 19:18:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 02 Nov 2009 15:24:12 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator