From unknown Sun Aug 10 20:05:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10687 <10687@debbugs.gnu.org> To: bug#10687 <10687@debbugs.gnu.org> Subject: Status: 24.0.92; Interactive edebug/eieio interaction Reply-To: bug#10687 <10687@debbugs.gnu.org> Date: Mon, 11 Aug 2025 03:05:28 +0000 retitle 10687 24.0.92; Interactive edebug/eieio interaction reassign 10687 emacs submitter 10687 Lars Ingebrigtsen severity 10687 normal tag 10687 moreinfo unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 01 09:01:17 2012 Received: (at submit) by debbugs.gnu.org; 1 Feb 2012 14:01:17 +0000 Received: from localhost ([127.0.0.1]:48403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsakO-0006xv-J7 for submit@debbugs.gnu.org; Wed, 01 Feb 2012 09:01:17 -0500 Received: from eggs.gnu.org ([140.186.70.92]:57714) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsakL-0006xe-7A for submit@debbugs.gnu.org; Wed, 01 Feb 2012 09:01:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rsajp-0004nK-3P for submit@debbugs.gnu.org; Wed, 01 Feb 2012 09:00:46 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:52940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rsajp-0004nG-1l for submit@debbugs.gnu.org; Wed, 01 Feb 2012 09:00:41 -0500 Received: from eggs.gnu.org ([140.186.70.92]:54528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rsajf-0007O6-GI for bug-gnu-emacs@gnu.org; Wed, 01 Feb 2012 09:00:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsajZ-0004mG-CZ for bug-gnu-emacs@gnu.org; Wed, 01 Feb 2012 09:00:31 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:60773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsajZ-0004lO-67 for bug-gnu-emacs@gnu.org; Wed, 01 Feb 2012 09:00:25 -0500 Received: from 93-41-188-50.ip82.fastwebnet.it ([93.41.188.50] helo=rusty) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1RsajH-0000aV-K0 for bug-gnu-emacs@gnu.org; Wed, 01 Feb 2012 15:00:07 +0100 From: Lars Ingebrigtsen To: bug-gnu-emacs@gnu.org Subject: 24.0.92; Interactive edebug/eieio interaction Date: Wed, 01 Feb 2012 15:00:05 +0100 Message-ID: <87y5smzmai.fsf@gnus.org> MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1RsajH-0000aV-K0 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1328709607.98147@f5Nm90sksdbeVT9mOqtkdA X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Put the following in *scratch*, and say `C-u M-C-x' to edebug-instrument it. (defun test-edebug () (interactive) (auth-source-search :max 1 :host "news.gmane.org" :port '("119" "nntp"))) Then say `(test-edebug)' and step through the form. Everything will be fine. But then say `M-x test-edebug'. I get the following error when stepping over the search function: Wrong type argument: arrayp, auth-source-backend I think the problem is that the function returns something defined as a class by ieieio, but I have no idea why it being called interactively should trigger the bug, and not otherwise. In GNU Emacs 24.0.92.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.6) of 2012-01-26 on rusty Windowing system distributor `The X.Org Foundation', version 11.0.11004000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t Recent input: t e r C-s C-x 2 C-x b C-x o C-s c a l l e d C-s - C-s C-x o C-x o M-x g n u s r e p c a l l e d - i n t e r SPC ( * C-g C-x o C-x o C-x b * s c C-g C-x b * s c C-g C-x C-b C-x o C-x o C-x b C-SPC C-M-f M-w C-x b * s c r a c t * C-y C-a * ( d e f u n SPC t e s t - e d e b u g SPC ( ) x ( i n M-x f u n d a m e M-x l i s p - m t e r a c i t i v e ) C-e ) C-u C-M-x M-x e m a c s - l i s m C-M-x C-u C-M-x : M-: ( t e s t - e d e b u g ) SPC SPC M-x t e s t - e d e b u SPC q C-a C-SPC M-w C-x b i e C-a C-k C-k C-x C-s C-x b C-g M-x r e p o r -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Sent from my Rome From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 01 12:02:02 2012 Received: (at 10687) by debbugs.gnu.org; 1 Feb 2012 17:02:02 +0000 Received: from localhost ([127.0.0.1]:49409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsdZJ-0003rV-Rj for submit@debbugs.gnu.org; Wed, 01 Feb 2012 12:02:02 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:53793 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsdZH-0003rO-By for 10687@debbugs.gnu.org; Wed, 01 Feb 2012 12:02:00 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RsdYu-0002Qq-E7; Wed, 01 Feb 2012 12:01:36 -0500 From: Glenn Morris To: Lars Ingebrigtsen Subject: Re: bug#10687: 24.0.92; Interactive edebug/eieio interaction References: <87y5smzmai.fsf@gnus.org> X-Spook: DRM sniper SEAL Team 6 2600 Magazine ANC AUTODIN keyhole X-Ran: 9Hrw~/,["Pns:@26BTb8:qol}CB!=:_y/7{Rv\rYf`6d!#NbKMI]E(d+^ULG8.EBi8oS1M X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 01 Feb 2012 12:01:36 -0500 In-Reply-To: <87y5smzmai.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 01 Feb 2012 15:00:05 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 10687 Cc: 10687@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Lars Ingebrigtsen wrote: > Put the following in *scratch*, and say `C-u M-C-x' to edebug-instrument > it. > > (defun test-edebug () > (interactive) > (auth-source-search :max 1 > :host "news.gmane.org" > :port '("119" "nntp"))) > > Then say `(test-edebug)' and step through the form. Everything will be > fine. Nope, I get (in emacs -Q): Symbol's function definition is void: auth-source-search If I repeat with emacs -Q -l auth-source, then it works for me. (Not trying to be awkward here.) > But then say `M-x test-edebug'. I get the following error when stepping > over the search function: Works for me with emacs -Q -l auth-source. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 02 05:40:22 2012 Received: (at 10687) by debbugs.gnu.org; 2 Feb 2012 10:40:22 +0000 Received: from localhost ([127.0.0.1]:49987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rsu5V-0008IH-AW for submit@debbugs.gnu.org; Thu, 02 Feb 2012 05:40:22 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:43706) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rsu5T-0008IA-1N for 10687@debbugs.gnu.org; Thu, 02 Feb 2012 05:40:19 -0500 Received: from 93-41-188-50.ip82.fastwebnet.it ([93.41.188.50] helo=rusty) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Rsu4w-00010t-67; Thu, 02 Feb 2012 11:39:46 +0100 From: Lars Ingebrigtsen To: Glenn Morris Subject: Re: bug#10687: 24.0.92; Interactive edebug/eieio interaction References: <87y5smzmai.fsf@gnus.org> Date: Thu, 02 Feb 2012 11:39:43 +0100 In-Reply-To: (Glenn Morris's message of "Wed, 01 Feb 2012 12:01:36 -0500") Message-ID: <87pqdx34eo.fsf@gnus.org> User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Rsu4w-00010t-67 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1328783986.41171@E3ishLm0ZJ0+bJTp93/kkA X-Spam-Status: No X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 10687 Cc: 10687@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Glenn Morris writes: >> But then say `M-x test-edebug'. I get the following error when stepping >> over the search function: > > Works for me with emacs -Q -l auth-source. It does for me, too. And I no longer can reproduce it when stepping through the real code, either. But I've seen this problem oodles of times -- every time I've stepped through code that calls auth-source, it's failed. But not now. Has something changed in Emacs 24 in this area the past few days? -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Sent from my Rome From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 03 19:38:13 2014 Received: (at 10687-done) by debbugs.gnu.org; 4 Feb 2014 00:38:13 +0000 Received: from localhost ([127.0.0.1]:48515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAU1g-0006Qh-Qp for submit@debbugs.gnu.org; Mon, 03 Feb 2014 19:38:12 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:50177) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAU1b-0006QV-G5 for 10687-done@debbugs.gnu.org; Mon, 03 Feb 2014 19:38:07 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WAU1K-00024e-4i for 10687-done@debbugs.gnu.org; Tue, 04 Feb 2014 01:37:46 +0100 From: Lars Ingebrigtsen To: 10687-done@debbugs.gnu.org Subject: Re: bug#10687: 24.0.92; Interactive edebug/eieio interaction References: <87y5smzmai.fsf@gnus.org> Date: Mon, 03 Feb 2014 16:36:48 -0800 In-Reply-To: <87y5smzmai.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 01 Feb 2012 15:00:05 +0100") Message-ID: <87ha8fzpb3.fsf@building.gnus.org> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1WAU1K-00024e-4i X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392079067.84021@6IQL9e1nmSfHBv4go7am3A X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 10687-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Lars Ingebrigtsen writes: > (defun test-edebug () > (interactive) > (auth-source-search :max 1 > :host "news.gmane.org" > :port '("119" "nntp"))) I can no longer reproduce this bug. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sun Aug 10 20:05:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Mar 2014 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator