all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ivan Andrus <darthandrus@gmail.com>
To: 19327@debbugs.gnu.org
Subject: bug#19327: 24.4.51; Wrong advice class reported
Date: Tue, 9 Dec 2014 08:44:51 -0700	[thread overview]
Message-ID: <CA+R1Coy2VE6Dxj9S9bv78_czxno6R1jJYvp9GxU7-8SsoQfVag@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2451 bytes --]

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
<C-tab> 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))

[-- Attachment #2: Type: text/html, Size: 9165 bytes --]

             reply	other threads:[~2014-12-09 15:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09 15:44 Ivan Andrus [this message]
2014-12-10  0:30 ` bug#19327: 24.4.51; Wrong advice class reported Stefan Monnier
2015-10-27 21:40 ` bug#19327: Mark at #19327 as done since it's not a bug Ivan Andrus
2015-10-27 21:45   ` Ivan Andrus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+R1Coy2VE6Dxj9S9bv78_czxno6R1jJYvp9GxU7-8SsoQfVag@mail.gmail.com \
    --to=darthandrus@gmail.com \
    --cc=19327@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.