X-Loop: help-debbugs@HIDDEN Subject: bug#10439: 24.0.92; semantic-complete-jump prefers declaration over definition Resent-From: Tom Tromey <tromey@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Thu, 05 Jan 2012 17:53:01 +0000 Resent-Message-ID: <handler.10439.B.132578595531165 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 10439 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10439 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.132578595531165 (code B ref -1); Thu, 05 Jan 2012 17:53:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Jan 2012 17:52:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1RirUQ-00086b-L7 for submit <at> debbugs.gnu.org; Thu, 05 Jan 2012 12:52:35 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <tromey@HIDDEN>) id 1RirUL-00086R-SL for submit <at> debbugs.gnu.org; Thu, 05 Jan 2012 12:52:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <tromey@HIDDEN>) id 1RirQv-0005JT-1K for submit <at> debbugs.gnu.org; Thu, 05 Jan 2012 12:48:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:50228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <tromey@HIDDEN>) id 1RirQu-0005JP-UY for submit <at> debbugs.gnu.org; Thu, 05 Jan 2012 12:48:57 -0500 Received: from eggs.gnu.org ([140.186.70.92]:39737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <tromey@HIDDEN>) id 1RirQs-0001bx-Ue for bug-gnu-emacs@HIDDEN; Thu, 05 Jan 2012 12:48:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <tromey@HIDDEN>) id 1RirQq-0005Iy-Pt for bug-gnu-emacs@HIDDEN; Thu, 05 Jan 2012 12:48:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <tromey@HIDDEN>) id 1RirQq-0005In-BO for bug-gnu-emacs@HIDDEN; Thu, 05 Jan 2012 12:48:52 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q05HmoJX012952 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <bug-gnu-emacs@HIDDEN>; Thu, 5 Jan 2012 12:48:50 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q05HmnCi023452; Thu, 5 Jan 2012 12:48:49 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id q05Hmm23009275; Thu, 5 Jan 2012 12:48:48 -0500 From: Tom Tromey <tromey@HIDDEN> X-Attribution: Tom Date: Thu, 05 Jan 2012 10:48:48 -0700 Message-ID: <m3sjju59bz.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.8 (------) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -6.8 (------) Consider this .c file: static int collect_stuff (void); int main () { collect_stuff(); } static int collect_stuff (voi) { return 23; } First, M-x semantic-mode. Put point inside main. Then 'C-c , J' (semantic-complete-jump) to "collect_stuff". Semantic will jump to the declaration on line 1. I think it would be better if it worked like: * If point is inside a declaration or definition, put that entity at the end of the list, and jump to the first item in the list. In this example, if point was on line 1, it would jump to the definition; and if point is in the definition, it would jump to line 1. * Otherwise, prefer a definition over any declaration. In GNU Emacs 24.0.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.7) of 2011-12-21 on barimba Windowing system distributor `Fedora Project', version 11.0.11004000 configured using `configure '--prefix=/home/tromey/Space/EmacsBzr/emacs-mt/install'' 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: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: C/l Minor modes in effect: global-auto-revert-mode: t diff-auto-refine-mode: t global-semanticdb-minor-mode: t global-semantic-idle-scheduler-mode: t semantic-idle-scheduler-mode: t semantic-mode: t shell-dirtrack-mode: t bug-reference-prog-mode: t erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-spelling-mode: t erc-truncate-mode: t flyspell-mode: t erc-status-mode: t erc-services-mode: t erc-networks-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: / / ~ / g n <tab> a r <tab> a r <tab> g d <tab> l i n e p <backspace> s p <tab> c <backspace> <tab> c <return> C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-s d e c o d e _ C-v C-l C-l C-v C-v M-v M-v M-v C-v C-v C-v C-v C-v C-v C-l C-v C-v C-v C-v M-v M-v C-r f C-g C-u C-p C-u C-p C-n M-f M-f M-f M-f M-f C-c , J <return> C-s C-g C-s C-f C-s C-w C-w C-w C-s C-s C-a C-u C-u C-n C-l C-z n C-c C-SPC C-c C-SPC C-c C-SPC C-c C-SPC C-x C-f / t m p / s e m . c <return> i n t SPC c o l l e c t _ s t u f f SPC ( v o i d ) ; C-a s a t <backspace> <backspace> t a t i c SPC C-e <return> <return> i n t SPC m a i n S-SPC ( ) <return> { <return> c o l l M-/ ( ) ; <return> } <return> <return> v <backspace> s t a t i c SPC i n t SPC c o l M-/ SPC ( v o i ) <return> { <return> r e t u r n SPC 2 3 ; <return> } <return> C-x C-s C-u C-p C-u C-p C-n M-f C-c , J <return> C-z n M-x C-g C-z h C-g C-z n C-h k C-c , J C-x 1 C-n C-u C-n C-n C-n C-u C-p C-n M-f C-c , J M-p C-k c o l l <tab> <tab> <tab> <tab> <tab> C-g C-g C-z n M-x C-g M-x r e p o r t - e m <tab> b <tab> <return> Recent messages: syntax: ((topmost-intro 117)), indent: 0 Saving file /tmp/sem.c... Wrote /tmp/sem.c Mark set function: collect_stuff Quit [2 times] Type C-x 1 to delete the help window. Jump to symbol (default collect_stuff): collect_stuff [1 of 2 matches] Jump to symbol (default collect_stuff): collect_stuff [2 of 2 matches] Quit [3 times] C-c , J runs the command semantic-complete-jump Load-path shadows: /home/tromey/lib/lisp/rpm-spec-mode hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/rpm-spec-mode /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/md4 hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/md4 /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/hex-util hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/hex-util /home/tromey/.emacs.d/elpa/css-mode-1.0/css-mode hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/textmodes/css-mode /home/tromey/.emacs.d/elpa/ruby-mode-1.0/ruby-mode hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/progmodes/ruby-mode /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-uchnm hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-uchnm /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-rap hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-rap /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-uri hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-uri /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-parse hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-parse /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-ns hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-ns /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-enc hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-enc /home/tromey/.emacs.d/elpa/nxml-mode-20041004/xmltok hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/xmltok /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-nxml hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-nxml /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-maint hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-maint /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-pttrn hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-pttrn /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-match hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-match /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-xsd hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-xsd /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-util hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-util /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-loc hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-loc /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-glyph hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-glyph /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-mode hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-mode /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-outln hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-outln /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-dt hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-dt /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-cmpct hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-cmpct /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-valid hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-valid /home/tromey/.emacs.d/elpa/nxml-mode-20041004/xsd-regexp hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/xsd-regexp /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-maint hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-maint /home/tromey/.emacs.d/elpa/nxml-mode-20041004/nxml-parse hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/nxml-parse /home/tromey/.emacs.d/elpa/nxml-mode-20041004/rng-util hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/nxml/rng-util /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/sasl-digest hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/net/sasl-digest /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/sasl-ntlm hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/net/sasl-ntlm /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/sasl hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/net/sasl /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/ntlm hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/net/ntlm /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/hmac-def hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/net/hmac-def /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/sasl-cram hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/net/sasl-cram /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/site-lisp/flim/hmac-md5 hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/net/hmac-md5 /home/tromey/.emacs.d/elpa/emms-3.0/tq hides /home/tromey/Space/EmacsBzr/emacs-mt/install/share/emacs/24.0.92/lisp/emacs-lisp/tq Features: (shadow emacsbug semantic/wisent/java-tags semantic/java semantic/doc semantic/wisent/javat-wy compare-w log-view pcvs-util vc-annotate iswitchb tcl w3m-form w3m-cookie w3m-bookmark w3m-tabmenu w3m-session w3m doc-view image-mode w3m-hist w3m-fb w3m-ems w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util webjump vc-sccs vc-svn vc-rcs vc-dir ewoc semantic/wisent/python semantic/wisent/python-wy semantic/wisent semantic/wisent/wisent python-21 python vc ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff vc-dispatcher ind-util debug find-func gnus-fun vc-bzr jimb-patch autorevert gud nroff-mode autoconf autoconf-mode grep goto-addr add-log copyright smerge-mode newcomment diff-mode gdb-shell semantic/edit etags find-file semantic/tag-write semantic/tag-file semantic/find semantic/complete eieio-opt semantic/bovine cus-start cus-load inversion semantic/db-file cedet-files semantic/bovine/c semantic/decorate/include semantic/db-find semantic/db-ref semantic/decorate/mode semantic/decorate pulse semantic/bovine/c-by semantic/lex-spp semantic/bovine/gcc semantic/dep semantic/analyze semantic/sort semantic/scope semantic/analyze/fcn semantic/db-mode semantic/db eieio-base semantic/idle semantic/format ezimage semantic/tag-ls semantic/ctxt semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet pcmpl-unix pcmpl-gnu shell vc-cvs texinfo help-mode view dabbrev idutils compile vc-git cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs jka-compr gnus-html url-cache mm-url thai-util thai-word erc-menu erc-join erc-ring erc-pcomplete pcomplete erc-track erc-match erc-button erc-fill erc-stamp erc-netsplit erc-spelling erc-truncate mailalias bbdb-sc supercite regi mail-hist flow-fill multi-isearch bbdb-hooks shr-color color bbdb-gui mule-util smiley ansi-color gnus-cite qp shr browse-url gnus-async gnus-bcklg gnus-ml disp-table nndraft nnmh gnutls parse-time netrc network-stream starttls tls nnml nnfolder bbdb-gnus bbdb-snarf mail-extr bbdb-com warnings nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig nntp gnus-cache nnir gnus-sum nnoo gnus-group gnus-undo nnmail mail-source smtpmail sendmail gnus-start gnus-spec gnus-int gnus-range message idna rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader mail-utils wid-edit flyspell ispell eldoc emms-status emms-lastfm emms-browser sort emms-playlist-sort emms-score emms-player-xine emms-player-mpd emms-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse auth-source eieio byte-opt bytecomp byte-compile cconv macroexp assoc gnus-util password-cache url-vars mm-util mail-prsvr mailcap tq emms-playing-time emms-lyrics derived emms-streams emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-info later-do emms-playlist-mode edmacro kmacro emms-player-mplayer emms-player-simple emms-source-playlist emms-source-file locate dired emms-setup emms emms-compat gdb-shell-autoloads nxml-enc pydoc-info-autoloads info-look info weblogger-autoloads xml-rpc-autoloads package reporter cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs appt diary-lib diary-loaddefs cal-menu easymenu calendar cal-loaddefs uniquify mouse-sel easy-mmode notifications status cl dbus xml erc-services erc-networks erc-goodies erc erc-backend erc-compat format-spec thingatpt pp advice help-fns advice-preload bbdb timezone ange-ftp comint regexp-opt ring server bbdb-autoloads time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-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 loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Tom
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Tom Tromey <tromey@HIDDEN> Subject: bug#10439: Acknowledgement (24.0.92; semantic-complete-jump prefers declaration over definition) Message-ID: <handler.10439.B.132578595531165.ack <at> debbugs.gnu.org> References: <m3sjju59bz.fsf@HIDDEN> X-Gnu-PR-Message: ack 10439 X-Gnu-PR-Package: emacs Reply-To: 10439 <at> debbugs.gnu.org Date: Thu, 05 Jan 2012 17:53:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 10439 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 10439: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10439 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at control) by debbugs.gnu.org; 1 Nov 2019 23:02:54 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Nov 01 19:02:54 2019 Received: from localhost ([127.0.0.1]:57469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1iQfwU-0005j6-8d for submit <at> debbugs.gnu.org; Fri, 01 Nov 2019 19:02:54 -0400 Received: from host.gofardesign.uk ([208.79.239.190]:35073) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefan@HIDDEN>) id 1iQfwS-0005ip-Uy for control <at> debbugs.gnu.org; Fri, 01 Nov 2019 19:02:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Subject:From:To:Date:Sender:Reply-To:Message-ID:Cc:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=5jLGTF4RtLw3nt8VlgIxOADUs5ixqUBnT32c0EyrY4w=; b=iQVO99KnpPNru7cnHtwByvdpAd QityRoEYrTT0KsLo5lEO9uRLxMRCu2d7b5TyK9X8+NqIZUbgqTqdynH1sP9g/+2af9E7H5O6KUtYV hQ30Huv+QBuZM5UjDPVDcSUl2u7/Qy6qwlVKwict0QwZWxq/dCuHLP3oIj9FCo53+zIs=; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:38132 helo=localhost) by host.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from <stefan@HIDDEN>) id 1iQfwN-0001GI-02 for control <at> debbugs.gnu.org; Fri, 01 Nov 2019 18:02:47 -0500 Date: Sat, 02 Nov 2019 00:02:45 +0100 To: control <at> debbugs.gnu.org From: Stefan Kangas <stefan@HIDDEN> Subject: control message for bug #10439 X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: host.gofardesign.uk: authenticated_id: stefan@HIDDEN X-Authenticated-Sender: host.gofardesign.uk: stefan@HIDDEN X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Message-Id: <E1iQfwU-0005j6-8d <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) severity 10439 wishlist quit
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.