From unknown Sun Aug 10 16:43:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10687: 24.0.92; Interactive edebug/eieio interaction Resent-From: Lars Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 01 Feb 2012 14:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10687 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10687@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.132810487726783 (code B ref -1); Wed, 01 Feb 2012 14:02:01 +0000 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 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-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 unknown Sun Aug 10 16:43:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10687: 24.0.92; Interactive edebug/eieio interaction Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 01 Feb 2012 17:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10687 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 10687@debbugs.gnu.org Received: via spool by 10687-submit@debbugs.gnu.org id=B10687.132811572214870 (code B ref 10687); Wed, 01 Feb 2012 17:03:02 +0000 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 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-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-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 unknown Sun Aug 10 16:43:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10687: 24.0.92; Interactive edebug/eieio interaction Resent-From: Lars Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 02 Feb 2012 10:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10687 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 10687@debbugs.gnu.org Received: via spool by 10687-submit@debbugs.gnu.org id=B10687.132817922231889 (code B ref 10687); Thu, 02 Feb 2012 10:41:02 +0000 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 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-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 unknown Sun Aug 10 16:43:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Lars Ingebrigtsen Subject: bug#10687: closed (Re: bug#10687: 24.0.92; Interactive edebug/eieio interaction) Message-ID: References: <87ha8fzpb3.fsf@building.gnus.org> <87y5smzmai.fsf@gnus.org> X-Gnu-PR-Message: they-closed 10687 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo unreproducible Reply-To: 10687@debbugs.gnu.org Date: Tue, 04 Feb 2014 00:39:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1391474345-24844-1" This is a multi-part message in MIME format... ------------=_1391474345-24844-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10687: 24.0.92; Interactive edebug/eieio interaction which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 10687@debbugs.gnu.org. --=20 10687: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10687 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1391474345-24844-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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/ ------------=_1391474345-24844-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1391474345-24844-1--