From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 09 10:45:03 2014 Received: (at submit) by debbugs.gnu.org; 9 Dec 2014 15:45:03 +0000 Received: from localhost ([127.0.0.1]:59821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XyMyE-0005dn-SF for submit@debbugs.gnu.org; Tue, 09 Dec 2014 10:45:03 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41047) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XyMyC-0005d7-Q2 for submit@debbugs.gnu.org; Tue, 09 Dec 2014 10:45:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyMyB-0006Hf-Co for submit@debbugs.gnu.org; Tue, 09 Dec 2014 10:45:00 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyMyB-0006HS-9u for submit@debbugs.gnu.org; Tue, 09 Dec 2014 10:44:59 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyMy6-0006vV-PJ for bug-gnu-emacs@gnu.org; Tue, 09 Dec 2014 10:44:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyMy5-0006Ai-4s for bug-gnu-emacs@gnu.org; Tue, 09 Dec 2014 10:44:54 -0500 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:48193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyMy4-0006AQ-P3 for bug-gnu-emacs@gnu.org; Tue, 09 Dec 2014 10:44:53 -0500 Received: by mail-pa0-f47.google.com with SMTP id kq14so781632pab.20 for ; Tue, 09 Dec 2014 07:44:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vaNxIeq3FAIoGaaA8L3oHelWfdMPQKUS2yFbMdUWPkI=; b=Mh1UkjkVJ1eo8BQ0A8L+5H1GamPRzWZRrM2//32l7ol6u+KjdQtg8C0TLHtg7xJLx5 7RAbsMTtdzdiUGvnOyeo6Xf95nlXvtNoo0e/3io6Ew1DsvY1sb3VFmLP0LaemKU0aHhR rMUd23YACYGx+u95pUzWbej7XuBCPEvQfLh9Nv4kls+q/fXOf+5frGT/Re9gMA1rfElE +o+3fHvsI4ZAkaoY6S74c2s+fc0i+dN7Eu3BWo3NKxmVZa74yUVAtaAYhnTbeWwrY1v3 dC+wpu2ApDqEMci7R9eESt5cK7saYpAC86JxWOmsKeC/eMKxmy3Jhg5cx0L12QsK6NPj q78w== MIME-Version: 1.0 X-Received: by 10.68.131.3 with SMTP id oi3mr6470712pbb.27.1418139891529; Tue, 09 Dec 2014 07:44:51 -0800 (PST) Received: by 10.70.16.4 with HTTP; Tue, 9 Dec 2014 07:44:51 -0800 (PST) Date: Tue, 9 Dec 2014 08:44:51 -0700 Message-ID: Subject: 24.4.51; Wrong advice class reported From: Ivan Andrus To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7b15ae2b7a00730509ca6c09 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit 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: -4.0 (----) --047d7b15ae2b7a00730509ca6c09 Content-Type: text/plain; charset=UTF-8 Starting from emacs -Q, evaluate the following: (defadvice save-buffers-kill-emacs (before allow-elnode-to-die-when-quitting activate) (set-process-query-on-exit-flag (cdr-safe (assoc 8314 elnode-server-socket)) nil)) Then C-h f save-buffers-kill-emacs RET. The results I get have the following line: :around advice: `ad-Advice-save-buffers-kill-emacs' Notice that the advice was defined as before advice (and errors if `ad-do-it' is used), but is reported as :around advice. -Ivan Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Undo! Quit save-buffers-kill-emacs is undefined [2 times] s-\ is undefined toggle-input-method: Recursive use of `toggle-input-method' Quit Undo! Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode easymenu advice help-fns time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process cocoa ns multi-tty emacs) Memory information: ((conses 16 74709 7163) (symbols 48 18001 0) (miscs 40 57 299) (strings 32 10711 4417) (string-bytes 1 288430) (vectors 16 9505) (vector-slots 8 387032 7040) (floats 8 57 405) (intervals 56 278 24) (buffers 960 13)) --047d7b15ae2b7a00730509ca6c09 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Starting from emacs -Q, evaluate the following:
(defadvice save-buffers-kill-emacs
=C2=A0=C2=A0=C2=A0=C2=A0(b= efore allow-elnode-to-die-when-quitting activate)
=C2=A0=C2=A0(set-pr= ocess-query-on-exit-flag
=C2=A0=C2=A0 (cdr-safe (assoc 8314 elnode-se= rver-socket)) nil))

Then C-h f save-buffers-kill-emacs RET= .=C2=A0 The results I get have the
following line:

= =C2=A0=C2=A0=C2=A0=C2=A0:around advice: `ad-Advice-save-buffers-kill-emacs&= #39;

Notice that the advice was defined as before advice (= and errors if
`ad-do-it' is used), but is reported as :around adv= ice.

-Ivan


Important settings:=
=C2=A0=C2=A0value of $LANG: en_US.UTF-8
=C2=A0=C2=A0locale-cod= ing-system: utf-8-unix

Major mode: Lisp Interaction
<= div style=3D"color:rgb(0,0,0);font-family:Times,sans-serif;font-size:14px">=
Minor modes in effect:
=C2=A0=C2=A0tooltip-mode: t
= =C2=A0=C2=A0electric-indent-mode: t
=C2=A0=C2=A0mouse-wheel-mode: t
=C2=A0=C2=A0tool-bar-mode: t
=C2=A0=C2=A0menu-bar-mode: t
<= div style=3D"color:rgb(0,0,0);font-family:Times,sans-serif;font-size:14px">= =C2=A0=C2=A0file-name-shadow-mode: t
=C2=A0=C2=A0global-font-lock-mod= e: t
=C2=A0=C2=A0font-lock-mode: t
=C2=A0=C2=A0blink-cursor-mod= e: t
=C2=A0=C2=A0auto-composition-mode: t
=C2=A0=C2=A0auto-encr= yption-mode: t
=C2=A0=C2=A0auto-compression-mode: t
=C2=A0=C2= =A0line-number-mode: t
=C2=A0=C2=A0transient-mark-mode: t

<= /div>
Recent messages:
Undo!
Quit
save-buffers-kill-emacs=
<C-tab> is undefined [2 times]

s-\ is undefin= ed
toggle-input-method: Recursive use of `toggle-input-method'
Quit
Undo!
Making completion list...

Load-= path shadows:
None found.

Features:
(shadow s= ort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-s= ec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-ut= ils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsv= r mail-utils help-mode easymenu advice help-fns time-date
tooltip e= lectric uniquify ediff-hook vc-hooks lisp-float-type mwheel
ns-win to= ol-bar dnd fontset image regexp-opt fringe tabulated-list
newcommen= t lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select= scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame = cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet = lao korean japanese hebrew greek romanian slovak czech european
ethio= pic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
si= mple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule<= /div>
custom widget hashtable-print-readable backquote make-network-process=
cocoa ns multi-tty emacs)

Memory information:
=
((conses 16 74709 7163)
(symbols 48 18001 0)
(miscs 40 57 299)=
(strings 32 10711 4417)
(string-bytes 1 288430)
(vectors= 16 9505)
(vector-slots 8 387032 7040)
(floats 8 57 405)
<= div style=3D"color:rgb(0,0,0);font-family:Times,sans-serif;font-size:14px">= (intervals 56 278 24)
(buffers 960 13))

--047d7b15ae2b7a00730509ca6c09-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 09 19:30:06 2014 Received: (at 19327) by debbugs.gnu.org; 10 Dec 2014 00:30:06 +0000 Received: from localhost ([127.0.0.1]:60085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XyVAL-0003Sv-JE for submit@debbugs.gnu.org; Tue, 09 Dec 2014 19:30:06 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:16814) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XyVAI-0003SD-Al; Tue, 09 Dec 2014 19:30:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj4PAOwQflQXW5Ml/2dsb2JhbABbgweDYIVawjuCYgQCAoEkFwEBAQEBAXyEAwEBBFYjEAsOJhIUGA0kiFPWWQEBAQEBAQQBAQEBHpBvB4RIBYsBkjGPc4QChBkhgncBAQE X-IPAS-Result: Aj4PAOwQflQXW5Ml/2dsb2JhbABbgweDYIVawjuCYgQCAoEkFwEBAQEBAXyEAwEBBFYjEAsOJhIUGA0kiFPWWQEBAQEBAQQBAQEBHpBvB4RIBYsBkjGPc4QChBkhgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="100023269" Received: from 23-91-147-37.cpe.pppoe.ca (HELO pastel.home) ([23.91.147.37]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Dec 2014 19:30:01 -0500 Received: by pastel.home (Postfix, from userid 20848) id 3B93D72BD; Tue, 9 Dec 2014 19:30:00 -0500 (EST) From: Stefan Monnier To: Ivan Andrus Subject: Re: bug#19327: 24.4.51; Wrong advice class reported Message-ID: References: Date: Tue, 09 Dec 2014 19:30:00 -0500 In-Reply-To: (Ivan Andrus's message of "Tue, 9 Dec 2014 08:44:51 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 19327 Cc: 19327@debbugs.gnu.org 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.3 (/) tags 19327 notabug thanks > (defadvice save-buffers-kill-emacs > (before allow-elnode-to-die-when-quitting activate) [...] > Then C-h f save-buffers-kill-emacs RET. The results I get have the > following line: > :around advice: `ad-Advice-save-buffers-kill-emacs' It doesn't talk about your `allow-elnode-to-die-when-quitting' advice. Instead it talks about a general advice used to implement the interface between old-style advice and new-style advice. If you click on that link it should give you the information about your particular advice. Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 27 17:40:19 2015 Received: (at 19327) by debbugs.gnu.org; 27 Oct 2015 21:40:19 +0000 Received: from localhost ([127.0.0.1]:40888 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZrByd-0001F7-10 for submit@debbugs.gnu.org; Tue, 27 Oct 2015 17:40:19 -0400 Received: from mail-oi0-f43.google.com ([209.85.218.43]:36411) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZrBya-0001Et-95; Tue, 27 Oct 2015 17:40:16 -0400 Received: by oiao187 with SMTP id o187so128674265oia.3; Tue, 27 Oct 2015 14:40:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6/LagQg/U+MKHNMJ63p6MOnr8Q3AKAGEwpwNpe+ATsc=; b=XKyDsGVvB1CsJDDmEFVIHc9Li7dWNfffWHHRPTLDNQr8aSiOoFq5FSWBaks5gsGCYp xRohcB7mYeid/pfoG3tF6I4CAUfaykooEXjByNln/NH8QcN4n9Liu2gaUJDjT6p/H2eb qFfo/tRbi+QpwBsTbqvm1HTWT51q5bSjoCd0ztS8LZHgSxHDhgoxKCPBiiJG2n3o0+HV B5dOgF2Gsrlygcy75l3WpRQT5eBOh40YZQaaucT0tgXXOj8cQNBSmdaCqkTsS/9M6Jva xvFoLohjgNHodnhKCFH6wmSKkofy7eimSCd4jJm2oVZhT08M/Hvqqx4JqoefAXkrmY0S hxzQ== MIME-Version: 1.0 X-Received: by 10.202.63.132 with SMTP id m126mr28737402oia.80.1445982015458; Tue, 27 Oct 2015 14:40:15 -0700 (PDT) Received: by 10.202.83.2 with HTTP; Tue, 27 Oct 2015 14:40:15 -0700 (PDT) Date: Tue, 27 Oct 2015 15:40:15 -0600 Message-ID: Subject: Mark at #19327 as done since it's not a bug From: Ivan Andrus To: "bug#19327" <19327@debbugs.gnu.org>, control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19327 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.7 (/) tag 19327 done thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 27 17:46:12 2015 Received: (at 19327) by debbugs.gnu.org; 27 Oct 2015 21:46:12 +0000 Received: from localhost ([127.0.0.1]:40902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZrC4K-0002Yk-9X for submit@debbugs.gnu.org; Tue, 27 Oct 2015 17:46:12 -0400 Received: from mail-oi0-f53.google.com ([209.85.218.53]:35478) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZrC3z-0002Am-TA; Tue, 27 Oct 2015 17:46:10 -0400 Received: by oifu63 with SMTP id u63so86359929oif.2; Tue, 27 Oct 2015 14:45:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cr/krynZyzRxlELnoLKDwhWIuHpm9vYxXi/NDS/d8C0=; b=lS91Z86JfZV0GxSeGJIL6FIAsd0HD9vpspgtDoupx47bmfoj5z6wxkKKMLqSvZsppD Gu6iSuCl56XyhzLMDV6taMt1i/emhM4GvBQa3uNwYElMgvVRzMzw9zY4APTrd4gcXPu2 FSd7Gzrh7FOIxq3mg3gjJ+Vqg7CBka1/tQ3dIn0I6wTYdpVppGNF65aDgr/Tz6uljlQ/ i+53+d+YotS1grmiiSoJuQ8i5DrmrvO86p5MqjYYOH8O9T8v/3X2/FJmFqhzB0rYvYMW wzBrdZNhc0v6jACPE3+OfnRC9CNwyQWzPcxQsu55E0I1s2TXVG7ZS3BOBf6H/mj9T8om 5kdQ== MIME-Version: 1.0 X-Received: by 10.202.226.136 with SMTP id z130mr994066oig.19.1445982351364; Tue, 27 Oct 2015 14:45:51 -0700 (PDT) Received: by 10.202.83.2 with HTTP; Tue, 27 Oct 2015 14:45:51 -0700 (PDT) In-Reply-To: References: Date: Tue, 27 Oct 2015 15:45:51 -0600 Message-ID: Subject: Re: Mark at #19327 as done since it's not a bug From: Ivan Andrus To: "bug#19327" <19327@debbugs.gnu.org>, control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19327 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.7 (/) close 19327 25.1 thanks From unknown Tue Jun 24 06:54:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 25 Nov 2015 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