From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 25 00:55:48 2010 Received: (at submit) by debbugs.gnu.org; 25 Dec 2010 05:55:49 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PWN6Z-0002oH-DH for submit@debbugs.gnu.org; Sat, 25 Dec 2010 00:55:48 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PWN6W-0002o5-4K for submit@debbugs.gnu.org; Sat, 25 Dec 2010 00:55:45 -0500 Received: from eggs.gnu.org ([140.186.70.92]:59645) by fencepost.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PWNCx-0005w3-2e for emacs-pretest-bug@gnu.org; Sat, 25 Dec 2010 01:02:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PWNCy-0005ya-5c for emacs-pretest-bug@gnu.org; Sat, 25 Dec 2010 01:02:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, GAPPY_SUBJECT,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received: from mail-pv0-f169.google.com ([74.125.83.169]:38917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PWNCx-0005yJ-Ts for emacs-pretest-bug@gnu.org; Sat, 25 Dec 2010 01:02:24 -0500 Received: by pvc30 with SMTP id 30so1920449pvc.0 for ; Fri, 24 Dec 2010 22:02:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:mime-version :content-type:content-transfer-encoding:message-id:date:to:subject :x-mailer; bh=v95fhUzBJE6W0Awu92PT9GxNhw7tpQ7JFHCajEI4urc=; b=GcVpCun9aGdeHGZs0/dOk6YBWx/0067VJbznDtDCTLMO/MmdtAS8QYhkrUIDtCHd2r ktgh+ZAyYWckNHJMzwKi8xc0y3z1mnQuGNG9LhmUk2kR8uyrTD70uCNQoI6HXoQ3IXy+ 26vrs5G801nKHqK9IgFrSM46WBoybpPmPa23s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:mime-version:content-type:content-transfer-encoding:message-id :date:to:subject:x-mailer; b=IVLE4XKy3z7yL0B9LGUmMD2gjL2OA/39YOki3YXpW2Jc76m3nRM6o6HAMSGxsWhXfB Oaz1OFXJ6/9/cd1a/LynWOFVGt4eSDnKdxClftMjzGM7KGfk0vGpdmPgpaTPVXf0W4Dr ll256Q7XO5Wk+oXvSKkNByqdzW7cPrF7vHlME= Received: by 10.142.97.18 with SMTP id u18mr8019123wfb.235.1293256942367; Fri, 24 Dec 2010 22:02:22 -0800 (PST) Received: from hungover.thisisbogus.com ([76.14.208.3]) by mx.google.com with ESMTPS id x18sm13530652wfa.23.2010.12.24.22.02.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Dec 2010 22:02:21 -0800 (PST) From: Brent Goodrick MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19733.35046.217311.440971@gargle.gargle.HOWL> Date: Fri, 24 Dec 2010 22:02:14 -0800 To: emacs-pretest-bug@gnu.org Subject: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table X-Mailer: VM viewmail-609 under 23.1.90.1 (x86_64-unknown-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -3.9 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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 (----) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Reproduce with: 1. Run emacs -Q. 2. From within the *scratch* buffer, type C-u M-x list-abbrevs RET. 3. See the *Abbrevs* buffer showing "(fundamental-mode-abbrev-table)". The bug is that the current mode at the time C-u M-x lisp-abbrevs RET is executed is in Lisp Interaction mode, not Fundamental mode. Therefore, the C-u M-x list-abbrevs RET operation should show lisp-mode-abbrev-table, but should not show fundamental-mode-abbrev-table. I believe I have found the bug in prepare-abbrev-list-buffer. The current definition of prepare-abbrev-list-buffer is: (defun prepare-abbrev-list-buffer (&optional local) (with-current-buffer (get-buffer-create "*Abbrevs*") (erase-buffer) (if local (insert-abbrev-table-description (abbrev-table-name local-abbrev-table) t) (dolist (table abbrev-table-name-list) (insert-abbrev-table-description table t))) (goto-char (point-min)) (set-buffer-modified-p nil) (edit-abbrevs-mode) (current-buffer))) My patched version that fixes the problem is as follows: (defun prepare-abbrev-list-buffer (&optional local) (let ((local-table local-abbrev-table)) (with-current-buffer (get-buffer-create "*Abbrevs*") (erase-buffer) (if local (insert-abbrev-table-description (abbrev-table-name local-table) t) (dolist (table abbrev-table-name-list) (insert-abbrev-table-description table t))) (goto-char (point-min)) (set-buffer-modified-p nil) (edit-abbrevs-mode) (current-buffer)))) The `with-current-buffer' call changes to the *Abbrevs* buffer which is in fundamental mode, and then the local-abbrev-table (which is a buffer-local value) is taken from fundamental mode, not from the mode of the original buffer where the point was before the execution C-u M-x list-abbrevs. Thanks, Brent If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/etc/DEBUG. In GNU Emacs 23.1.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.6) of 2010-07-04 on hungover Windowing system distributor `The X.Org Foundation', version 11.0.10707000 configured using `configure '--with-x-toolkit' '--with-xft' '--prefix=/home/brentg/install/Linux.x86_64'' 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: desktop-save-mode: t erc-ring-mode: t erc-services-mode: t erc-networks-mode: t display-time-mode: t shell-dirtrack-mode: t iswitchb-mode: t delete-selection-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: 1 transient-mark-mode: t abbrev-mode: t Recent input: C-v C-p C-p C-p C-p C-p C-M-SPC M-( C-f l e t SPC M-( M-( t a b l e C-f C-f C-f C-f C-f C-f C-f C-b C-M-SPC C-w C-p C-n C-b C-b C-b C-b C-b C-b C-v C-y C-p C-p C-a M-f M-f M-f M-b M-b C-M-SPC C-w C-M-u C-M-u C-M-SPC C-v C-p M-b M-b C-M-SPC a n d C-e M-SPC C-e C-y K C-M-u M-SPC C-n C-a C-M-SPC C-w M-b M-b M-b C-M-u C-M-u C-M-u C-M-n C-v C-y C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-a M-f M-f M-b C-M-SPC C-z C-n C-n C-n C-n C-n M-f M-f M-b C-M-SPC C-v C-a C-M-x M-x M-P M-P C-x o C-u M-x M-P M-P C-x o C-1 C-p C-p C-p C-p C-p C-p C-M-SPC C-k C-p C-M-SPC C-z C-x o C-x C-f ~ / t m p / p a t c h . t o . p r e p a r i - a b b r e v - l i s t . b u f f e r . C-x o M-f M-f M-b C-M-SPC C-z C-x o C-SPC C-x o C-SPC M-b C-f C-f C-f C-f C-f C-f C-f C-f C-f C-v . e l C-v M-y C-p C-p C-p C-p C-p C-p C-p C-p C-p C-x o C-x o C-p C-p C-p M-f M-f M-f M-f M-f M-b C-M-SPC C-w C-M-u C-M-u M-f M-f M-b C-M-SPC C-M-u C-g C-M-SPC C-v C-a C-x C-s C-4 e m a c s x f t SPC - Q y y y M-x r e b p o r p o r t - b u e C-e Recent messages: Pushed a window configuration. Saving file /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/abbrev.el.gz... compressing abbrev.el.gz...done Wrote /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/abbrev.el.gz Saving file /tmp/foo.cmake... Wrote /tmp/foo.cmake Saving file /tmp/o1.cpp... Wrote /tmp/o1.cpp Compilation finished Making completion list... [2 times] Load-path shadows: /home/brentg/emacs_lisp_imported/slime/tree-widget hides /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/tree-widget /home/brentg/emacs_lisp_imported/remember/remember hides /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/textmodes/remember /home/brentg/emacs_lisp_imported/css-mode/css-mode hides /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/textmodes/css-mode Features: (shadow mailalias vm-pgg vm-reply pgg pgg-parse pgg-def vm-rfaddons gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range message ecomplete mml mml-sec password-cache mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums gmm-utils mailheader canlock sha1 hex-util hashcash gnus-win bbdb-vm vm-autoload bbdb-snarf mail-extr rfc822 bbdb-com vm-menu vm-window vm-toolbar vm-folder vm-undo vm-summary vm-mouse vm-page vm-motion vm-minibuf vm-misc emacsbug parse-time vc-cvs debug ansi-color multi-isearch cl-specs bg-emacs bg-desktop-setup vc-git desktop bg-customizations bg-x-setup bg-init-program-setup bg-dos-batch-mode bg-cmake-setup cmake-mode bg-quack-setup quack bg-qmake-setup bg-allout-setup bg-gimp-mode-setup eldoc cmuscheme scheme gimp-mode scheme-complete snippet autoinsert bg-edebug-setup edebug bg-lisppaste-setup bg-instrument-util bg-calc-setup calc-ext calc calc-loaddefs calc-macs bg-sudo-setup sudo bg-crontab-util bg-reminder bg-wikipedia-mode-setup wikipedia-mode bg-outline-magic-mode-setup outline-magic noutline outline bg-emacs-lisp-mode-setup find-func bg-lisp-setup bg-stumpwm-setup stumpwm-mode slime tree-widget hyperspec hideshow bg-css-mode-setup bg-gnuserv-setup gnuserv bg-compressed-files-setup bg-search-replace-util bg-apropos-mode-setup apropos bg-search-tcl bg-man-setup bg-env-setup man assoc bg-visual-basic-mode-setup bg-regr-util bg-help-mode-setup help-mode bg-diag bg-password-hiding-setup bg-browser-setup bg-x-windows-util bg-perl-setup gud bg-perl-util bg-rectangle-setup bg-picture-mode-setup bg-xml-setup nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok boxquote bg-iswitchb-setup bg-outline-setup allout bg-autosave-setup bg-planner-setup bg-planner-indexing bg-planner-yank-link bg-planner-yank-link-man bg-planner-yank-link-file bg-planner-yank-link-info bg-web-util mm-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse url-vars mailcap bg-planner-yank-link-w3m bg-planner-yank-link-base bg-planner-elisp bg-remember-mode-setup remember-planner remember bg-bbdb-setup bbdb-autoloads bbdb bg-planner-note-util bg-elisp-unit-test-util bg-planner-util bg-muse-hacks image-file planner-lisp planner-publish muse-xml planner cal-menu calendar cal-loaddefs sort muse-colors bg-muse-setup bg-planner-abbrevs-setup muse-html muse-xml-common cus-edit cus-start cus-load muse-publish muse-project muse-protocols muse-regexps muse muse-nested-tags muse-mode bg-planner-vars timeclock bg-scrolling-setup bg-irc-setup erc-ring erc-join erc-services erc-networks erc-dcc erc-fill erc-stamp erc-goodies erc erc-backend erc-compat format-spec bg-ediff-setup bg-info-setup bg-local-key-mappings bg-global-key-mappings bg-wrap-variable-util bg-rx-interactive bg-grep-setup bg-grep-group grep-group grep bg-color-moccur-setup color-moccur bg-occur-mode-setup bg-find-file-setup bg-bookmark-definitions bookmark pp bg-tabstop-definitions bg-mail-setup vm-w3m vm-mime vm-pine vm-macro vm-message vm vm-autoloads vm-vars vm-version bg-encryption-setup dgpg generic epa-file epa derived epg epg-config bg-w3m-setup edmacro kmacro bg-w3m-hacks w3m browse-url doc-view jka-compr image-mode timezone w3m-hist w3m-fb w3m-ems w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util supercite regi smtpmail sendmail bg-gnus-definitions imap gnus gnus-ems nnheader gnus-util netrc mail-utils mm-util mail-prsvr wid-edit bg-octave-setup bg-scm-setup bg-vc-util vc vc-dispatcher pcvs pcvs-parse pcvs-info pcvs-defs bg-git-setup git log-edit easy-mmode pcvs-util add-log ewoc bg-tcl-mode-setup bg-compile-setup bg-grep-compilation-util bg-python-mode-setup python-21 python bg-buffer-menu-setup bg-makefile-mode-setup bg-shell-script-mode-setup sh-script executable bg-sticky-windows bg-dbx bg-gdb-mode-setup bg-gdb bg-gdb-util bg-javascript-setup js byte-opt bytecomp byte-compile json etags imenu newcomment bg-java-setup bg-calendar-setup bg-minibuffer-setup bg-abbrev-setup bg-precision-util mailabbrev uniquify ibuffer bg-frame-definitions bg-vc-mode-setup bg-dired-extensions bg-pdf-setup dired-aux dired bg-forms-mode-setup forms-mode forms bg-defaults-definitions time bg-isearch-setup bg-display-setup bg-cc-mode-setup bg-debug-util bg-narrowing-setup advice advice-preload bg-cxx-nav bg-run-immediate bg-window-config-helper bg-id-utils-setup idutils compile info bg-info-util bg-symbol-stack bg-cxx-util bg-cxx-scan-debug-mode-base bg-basic-regexps-and-chars bg-p4-setup bg-p4-completion bg-p4-resolve bg-set-util bg-ediff-sparse-mode bg-ediff-sparse-mode-base bg-p4-manual-apply-mode bg-p4-manual-apply-mode-base bg-p4-base bg-det-setup bg-rx-extra bg-shell-mode-setup bg-rlogin-setup rlogin shell comint ring bg-open-file-at-point bg-boilers bg-boiler-commands help-fns bg-win32-utility bg-shell-util bg-win32-paths bg-background time-date bg-p4-scan-mode bg-p4-scan-mode-base view bg-button-mode-util bg-p4-basic-button bg-p4-util cc-mode cc-fonts easymenu cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt bg-elisp-debug-util elp bg-utility rx iswitchb bg-file-cleanup bg-os-util bg-linux-utility help-macro cl cl-19 ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff perl-mode mouse-sel thingatpt rect bg-delete-selection-mode-setup delsel bg-coding-system-setup lisppaste-autoloads xml-rpc-autoloads package reporter tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 03 01:06:59 2011 Received: (at 7733-done) by debbugs.gnu.org; 3 Jan 2011 06:06:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZdZK-0002P4-NG for submit@debbugs.gnu.org; Mon, 03 Jan 2011 01:06:58 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZdZJ-0002Oq-6Z for 7733-done@debbugs.gnu.org; Mon, 03 Jan 2011 01:06:57 -0500 Received: from localhost ([127.0.0.1]:46965) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZdg7-0005X2-Fl; Mon, 03 Jan 2011 01:13:59 -0500 To: 7733-done@debbugs.gnu.org Subject: Re: bug#7733: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table References: <19733.35046.217311.440971@gargle.gargle.HOWL> From: Glenn Morris X-Spook: Jyllandsposten Yukon Saudi Arabia Lon Horiuchi beanpole X-Ran: bY*pD0bHc'Cm1v@PZ;70K85gidU;)6#LpBrbpL[}#T6>#f;bz4V-qMms/H8b;@]b(Gn%.0 X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 03 Jan 2011 01:13:59 -0500 In-Reply-To: <19733.35046.217311.440971@gargle.gargle.HOWL> (Brent Goodrick's message of "Fri\, 24 Dec 2010 22\:02\:14 -0800") 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: -5.7 (-----) X-Debbugs-Envelope-To: 7733-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -5.7 (-----) Version: 23.3 Thanks; applied. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 07 08:14:32 2011 Received: (at 7733) by debbugs.gnu.org; 7 Jan 2011 13:14:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PbC9G-00016B-UR for submit@debbugs.gnu.org; Fri, 07 Jan 2011 08:14:32 -0500 Received: from mail-ey0-f172.google.com ([209.85.215.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PbC9D-00015y-NT for 7733@debbugs.gnu.org; Fri, 07 Jan 2011 08:14:29 -0500 Received: by eyd10 with SMTP id 10so7933472eyd.3 for <7733@debbugs.gnu.org>; Fri, 07 Jan 2011 05:21:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=t/q4IMbr7IOfpN8EhurgnrRw7WACodAM0j7XDe2OxDU=; b=nDvvOwaSJcdVdAApl56b4FKqmNBT42yuESg1j4lZj5+MCEXqfo7HS9SEzjP8ZfAEYi veQ4v58gwEl1LbkEBonkugu9wayF0i36NwARD7aYTUGxAMZASfUMHEYWfwntEOZxA1zX 26bN5cicrayx3if9LsAkutomw7kXoxx/e+uL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=krmq/zDAl+/jYcFeyXqf+B5Sm+7yxSgtrIFoUaoexcuxf7kgVzAbujDqjH0UMbD2aT u7OXkLknCevkxnZaJdpk4vrCLYJScYiEMF/lfWUlXDlFyC1u0I7/ULRCjx5XPLrUN7ct luqBqCf1hv9G9MgNhaOqNfzAWPwNYaNwHczkU= MIME-Version: 1.0 Received: by 10.213.105.197 with SMTP id u5mr1415446ebo.36.1294406503994; Fri, 07 Jan 2011 05:21:43 -0800 (PST) Received: by 10.14.47.205 with HTTP; Fri, 7 Jan 2011 05:21:43 -0800 (PST) In-Reply-To: References: <19733.35046.217311.440971@gargle.gargle.HOWL> Date: Fri, 7 Jan 2011 05:21:43 -0800 Message-ID: Subject: Re: bug#7733: closed (Re: bug#7733: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table) From: Brent Goodrick To: 7733@debbugs.gnu.org Content-Type: multipart/alternative; boundary=00151749f5e8dd952e0499417f10 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 7733 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -2.6 (--) --00151749f5e8dd952e0499417f10 Content-Type: text/plain; charset=ISO-8859-1 Thanks for that fix. I found that top of the working branch is not what I expected: M-x emacs-version yields GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2011-01-06 on bg [2 times] version seen still is: (defun prepare-abbrev-list-buffer (&optional local) (with-current-buffer (get-buffer-create "*Abbrevs*") (erase-buffer) (if local (insert-abbrev-table-description (abbrev-table-name local-abbrev-table) t) (dolist (table abbrev-table-name-list) (insert-abbrev-table-description table t))) (goto-char (point-min)) (set-buffer-modified-p nil) (edit-abbrevs-mode) (current-buffer))) If it is applied to 23.3, then why is it not showing up in 24.x? I retrieved my copy of top of trunk Emacs via this command, which might be the culprit here: git clone --depth 1 git://git.savannah.gnu.org/emacs.git That was executed on Thu Jan 6 22:00:19 PST 2011 My expectation (probably wrong) is that when I pull source code from the remote system without any branch qualifier, I get code reflecting all bugs fixed regardless of intermediate branches. If that is ignorance talking, please reveal the right branches I need to pull from Git in order to get the latest work in progress. I'm not opposed to waiting for 24.x to be updated with 23.x if that is what is going on, or specifying a particular branch spec in my clone operation. Thanks, Brent On Sun, Jan 2, 2011 at 10:07 PM, GNU bug Tracking System < help-debbugs@gnu.org> wrote: > Your bug report > > #7733: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table > > 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 7733@debbugs.gnu.org. > > -- > 7733: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7733 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems > > > ---------- Forwarded message ---------- > From: Glenn Morris > To: 7733-done@debbugs.gnu.org > Date: Mon, 03 Jan 2011 01:13:59 -0500 > Subject: Re: bug#7733: 23.1.90; C-u M-x list-abbrevs is not showing local > abbrevs table > Version: 23.3 > > Thanks; applied. > > > > ---------- Forwarded message ---------- > From: Brent Goodrick > To: emacs-pretest-bug@gnu.org > Date: Fri, 24 Dec 2010 22:02:14 -0800 > Subject: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table > This bug report will be sent to the Free Software Foundation, > not to your local site managers! > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing > list, > and to the gnu.emacs.bug news group. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug. If you can, give > a recipe starting from `emacs -Q': > > Reproduce with: > > 1. Run emacs -Q. > > 2. From within the *scratch* buffer, type C-u M-x list-abbrevs RET. > > 3. See the *Abbrevs* buffer showing > "(fundamental-mode-abbrev-table)". The bug is that the current mode > at the time C-u M-x lisp-abbrevs RET is executed is in Lisp > Interaction mode, not Fundamental mode. Therefore, the C-u M-x > list-abbrevs RET operation should show lisp-mode-abbrev-table, > but should not show fundamental-mode-abbrev-table. > > I believe I have found the bug in prepare-abbrev-list-buffer. The > current definition of prepare-abbrev-list-buffer is: > > (defun prepare-abbrev-list-buffer (&optional local) > (with-current-buffer (get-buffer-create "*Abbrevs*") > (erase-buffer) > (if local > (insert-abbrev-table-description > (abbrev-table-name local-abbrev-table) t) > (dolist (table abbrev-table-name-list) > (insert-abbrev-table-description table t))) > (goto-char (point-min)) > (set-buffer-modified-p nil) > (edit-abbrevs-mode) > (current-buffer))) > > My patched version that fixes the problem is as follows: > > (defun prepare-abbrev-list-buffer (&optional local) > (let ((local-table local-abbrev-table)) > (with-current-buffer (get-buffer-create "*Abbrevs*") > (erase-buffer) > (if local > (insert-abbrev-table-description > (abbrev-table-name local-table) t) > (dolist (table abbrev-table-name-list) > (insert-abbrev-table-description table t))) > (goto-char (point-min)) > (set-buffer-modified-p nil) > (edit-abbrevs-mode) > (current-buffer)))) > > The `with-current-buffer' call changes to the *Abbrevs* buffer which > is in fundamental mode, and then the local-abbrev-table (which is a > buffer-local value) is taken from fundamental mode, not from the mode > of the original buffer where the point was before the execution C-u > M-x list-abbrevs. > > Thanks, > Brent > > > If Emacs crashed, and you have the Emacs process in the gdb debugger, > please include the output from the following gdb commands: > `bt full' and `xbacktrace'. > For information about debugging Emacs, please read the file > /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/etc/DEBUG. > > > In GNU Emacs 23.1.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.6) > of 2010-07-04 on hungover > Windowing system distributor `The X.Org Foundation', version 11.0.10707000 > configured using `configure '--with-x-toolkit' '--with-xft' > '--prefix=/home/brentg/install/Linux.x86_64'' > > 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: > desktop-save-mode: t > erc-ring-mode: t > erc-services-mode: t > erc-networks-mode: t > display-time-mode: t > shell-dirtrack-mode: t > iswitchb-mode: t > delete-selection-mode: t > mouse-wheel-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > global-auto-composition-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > line-number-mode: 1 > transient-mark-mode: t > abbrev-mode: t > > Recent input: > C-v C-p C-p C-p C-p C-p C-M-SPC M-( C-f l > e t SPC M-( M-( t a b l e C-f C-f C-f C-f C-f C-f C-f > C-b C-M-SPC C-w C-p C-n C-b C-b C-b C-b C-b C-b > C-v C-y C-p C-p C-a M-f M-f M-f M-b M-b C-M-SPC > C-w C-M-u C-M-u C-M-SPC C-v C-p M-b M-b C-M-SPC a n > d C-e M-SPC C-e C-y K C-M-u M-SPC C-n C-a C-M-SPC C-w > M-b M-b M-b C-M-u C-M-u C-M-u C-M-n C-v C-y > C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-a > M-f M-f M-b C-M-SPC C-z C-n C-n C-n C-n C-n M-f M-f > M-b C-M-SPC C-v C-a C-M-x M-x M-P M-P C-x > o C-u M-x M-P M-P C-x o C-1 C-p C-p C-p C-p > C-p C-p C-M-SPC C-k C-p C-M-SPC C-z C-x > o C-x C-f ~ / t m p / p a t c h . t o . p r e p a r > i - a b b r e v - l i s t . b u f f e r . C-x o M-f > M-f M-b C-M-SPC C-z C-x o C-SPC C-x o C-SPC M-b C-f > C-f C-f C-f C-f C-f C-f C-f C-f C-v . e l > C-v M-y C-p C-p C-p C-p C-p C-p C-p C-p C-p > C-x o C-x o C-p C-p C-p M-f M-f M-f M-f M-f M-b C-M-SPC > C-w C-M-u C-M-u M-f M-f M-b C-M-SPC C-M-u C-g C-M-SPC > C-v C-a C-x C-s C-4 e m a c s x f t SPC - Q > y y y M-x r e b p o r > p o r t - b u e > C-e > > Recent messages: > Pushed a window configuration. > Saving file > /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/abbrev.el.gz... > compressing abbrev.el.gz...done > Wrote > /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/abbrev.el.gz > Saving file /tmp/foo.cmake... > Wrote /tmp/foo.cmake > Saving file /tmp/o1.cpp... > Wrote /tmp/o1.cpp > Compilation finished > Making completion list... [2 times] > > Load-path shadows: > /home/brentg/emacs_lisp_imported/slime/tree-widget hides > /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/tree-widget > /home/brentg/emacs_lisp_imported/remember/remember hides > /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/textmodes/remember > /home/brentg/emacs_lisp_imported/css-mode/css-mode hides > /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/textmodes/css-mode > > Features: > (shadow mailalias vm-pgg vm-reply pgg pgg-parse pgg-def vm-rfaddons > gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int > gnus-range message ecomplete mml mml-sec password-cache mm-decode > mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums > gmm-utils mailheader canlock sha1 hex-util hashcash gnus-win bbdb-vm > vm-autoload bbdb-snarf mail-extr rfc822 bbdb-com vm-menu vm-window > vm-toolbar vm-folder vm-undo vm-summary vm-mouse vm-page vm-motion > vm-minibuf vm-misc emacsbug parse-time vc-cvs debug ansi-color > multi-isearch cl-specs bg-emacs bg-desktop-setup vc-git desktop > bg-customizations bg-x-setup bg-init-program-setup bg-dos-batch-mode > bg-cmake-setup cmake-mode bg-quack-setup quack bg-qmake-setup > bg-allout-setup bg-gimp-mode-setup eldoc cmuscheme scheme gimp-mode > scheme-complete snippet autoinsert bg-edebug-setup edebug > bg-lisppaste-setup bg-instrument-util bg-calc-setup calc-ext calc > calc-loaddefs calc-macs bg-sudo-setup sudo bg-crontab-util bg-reminder > bg-wikipedia-mode-setup wikipedia-mode bg-outline-magic-mode-setup > outline-magic noutline outline bg-emacs-lisp-mode-setup find-func > bg-lisp-setup bg-stumpwm-setup stumpwm-mode slime tree-widget > hyperspec hideshow bg-css-mode-setup bg-gnuserv-setup gnuserv > bg-compressed-files-setup bg-search-replace-util bg-apropos-mode-setup > apropos bg-search-tcl bg-man-setup bg-env-setup man assoc > bg-visual-basic-mode-setup bg-regr-util bg-help-mode-setup help-mode > bg-diag bg-password-hiding-setup bg-browser-setup bg-x-windows-util > bg-perl-setup gud bg-perl-util bg-rectangle-setup > bg-picture-mode-setup bg-xml-setup nxml-mode nxml-outln nxml-rap > nxml-util nxml-glyph nxml-enc xmltok boxquote bg-iswitchb-setup > bg-outline-setup allout bg-autosave-setup bg-planner-setup > bg-planner-indexing bg-planner-yank-link bg-planner-yank-link-man > bg-planner-yank-link-file bg-planner-yank-link-info bg-web-util mm-url > url url-proxy url-privacy url-expand url-methods url-history > url-cookie url-util url-parse url-vars mailcap > bg-planner-yank-link-w3m bg-planner-yank-link-base bg-planner-elisp > bg-remember-mode-setup remember-planner remember bg-bbdb-setup > bbdb-autoloads bbdb bg-planner-note-util bg-elisp-unit-test-util > bg-planner-util bg-muse-hacks image-file planner-lisp planner-publish > muse-xml planner cal-menu calendar cal-loaddefs sort muse-colors > bg-muse-setup bg-planner-abbrevs-setup muse-html muse-xml-common > cus-edit cus-start cus-load muse-publish muse-project muse-protocols > muse-regexps muse muse-nested-tags muse-mode bg-planner-vars timeclock > bg-scrolling-setup bg-irc-setup erc-ring erc-join erc-services > erc-networks erc-dcc erc-fill erc-stamp erc-goodies erc erc-backend > erc-compat format-spec bg-ediff-setup bg-info-setup > bg-local-key-mappings bg-global-key-mappings bg-wrap-variable-util > bg-rx-interactive bg-grep-setup bg-grep-group grep-group grep > bg-color-moccur-setup color-moccur bg-occur-mode-setup > bg-find-file-setup bg-bookmark-definitions bookmark pp > bg-tabstop-definitions bg-mail-setup vm-w3m vm-mime vm-pine vm-macro > vm-message vm vm-autoloads vm-vars vm-version bg-encryption-setup dgpg > generic epa-file epa derived epg epg-config bg-w3m-setup edmacro > kmacro bg-w3m-hacks w3m browse-url doc-view jka-compr image-mode > timezone w3m-hist w3m-fb w3m-ems w3m-ccl ccl w3m-favicon w3m-image > w3m-proc w3m-util supercite regi smtpmail sendmail bg-gnus-definitions > imap gnus gnus-ems nnheader gnus-util netrc mail-utils mm-util > mail-prsvr wid-edit bg-octave-setup bg-scm-setup bg-vc-util vc > vc-dispatcher pcvs pcvs-parse pcvs-info pcvs-defs bg-git-setup git > log-edit easy-mmode pcvs-util add-log ewoc bg-tcl-mode-setup > bg-compile-setup bg-grep-compilation-util bg-python-mode-setup > python-21 python bg-buffer-menu-setup bg-makefile-mode-setup > bg-shell-script-mode-setup sh-script executable bg-sticky-windows > bg-dbx bg-gdb-mode-setup bg-gdb bg-gdb-util bg-javascript-setup js > byte-opt bytecomp byte-compile json etags imenu newcomment > bg-java-setup bg-calendar-setup bg-minibuffer-setup bg-abbrev-setup > bg-precision-util mailabbrev uniquify ibuffer bg-frame-definitions > bg-vc-mode-setup bg-dired-extensions bg-pdf-setup dired-aux dired > bg-forms-mode-setup forms-mode forms bg-defaults-definitions time > bg-isearch-setup bg-display-setup bg-cc-mode-setup bg-debug-util > bg-narrowing-setup advice advice-preload bg-cxx-nav bg-run-immediate > bg-window-config-helper bg-id-utils-setup idutils compile info > bg-info-util bg-symbol-stack bg-cxx-util bg-cxx-scan-debug-mode-base > bg-basic-regexps-and-chars bg-p4-setup bg-p4-completion bg-p4-resolve > bg-set-util bg-ediff-sparse-mode bg-ediff-sparse-mode-base > bg-p4-manual-apply-mode bg-p4-manual-apply-mode-base bg-p4-base > bg-det-setup bg-rx-extra bg-shell-mode-setup bg-rlogin-setup rlogin > shell comint ring bg-open-file-at-point bg-boilers bg-boiler-commands > help-fns bg-win32-utility bg-shell-util bg-win32-paths bg-background > time-date bg-p4-scan-mode bg-p4-scan-mode-base view > bg-button-mode-util bg-p4-basic-button bg-p4-util cc-mode cc-fonts > easymenu cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs > regexp-opt bg-elisp-debug-util elp bg-utility rx iswitchb > bg-file-cleanup bg-os-util bg-linux-utility help-macro cl cl-19 > ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult > ediff-init ediff perl-mode mouse-sel thingatpt rect > bg-delete-selection-mode-setup delsel bg-coding-system-setup > lisppaste-autoloads xml-rpc-autoloads package reporter tooltip > ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting > tool-bar dnd fontset image fringe lisp-mode register page menu-bar > rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button > minibuffer faces cus-face files text-properties overlay md5 base64 > format env code-pages mule custom widget hashtable-print-readable > backquote make-network-process dbusbind system-font-setting > font-render-setting gtk x-toolkit x multi-tty emacs) > > > > --00151749f5e8dd952e0499417f10 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for that fix.=A0 I found that top of the working branch is not what = I expected:

M-x emacs-version yields

GNU Emacs 24.0.50.1 (i68= 6-pc-linux-gnu, GTK+ Version 2.20.1) of 2011-01-06 on bg [2 times]

version seen still is:

(defun prepare-abbrev-list-buffer (&optio= nal local)
=A0 (with-current-buffer (get-buffer-create "*Abbrevs*&q= uot;)
=A0=A0=A0 (erase-buffer)
=A0=A0=A0 (if local
=A0=A0=A0=A0=A0= =A0=A0 (insert-abbrev-table-description
=A0=A0=A0=A0=A0=A0=A0=A0 (abbrev-table-name local-abbrev-table) t)
=A0= =A0=A0=A0=A0 (dolist (table abbrev-table-name-list)
=A0=A0=A0=A0=A0=A0= =A0 (insert-abbrev-table-description table t)))
=A0=A0=A0 (goto-char (po= int-min))
=A0=A0=A0 (set-buffer-modified-p nil)
=A0=A0=A0 (edit-abbrevs-mode)
=A0=A0=A0 (current-buffer)))

If it = is applied to 23.3, then why is it not showing up in 24.x?

I retriev= ed my copy of top of trunk Emacs via this command, which might be the culpr= it here:

git clone --depth 1 git://git.savannah.gnu.org/emacs.git

That was executed on Thu Jan= 6 22:00:19 PST 2011

My expectation (probably wrong) is that when I = pull source code from the remote system without any branch qualifier, I get= code reflecting all bugs fixed regardless of intermediate branches. If tha= t is ignorance talking, please reveal the right branches I need to pull fro= m Git in order to get the latest work in progress.=A0 I'm not opposed t= o waiting for 24.x to be updated with 23.x if that is what is going on, or = specifying a particular branch spec in my clone operation.

Thanks,
Brent

On Sun, Jan 2, 2011 = at 10:07 PM, GNU bug Tracking System <help-debbugs@gnu.org> wrote:
Your bug report

#7733: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table

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 7733@debbugs.gnu.org.

--
7733: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D7733
GNU Bug Tracking System
Contact help-debbugs@gnu.org wi= th problems


---------- Forwarded message ----------
From:=A0Glenn Mor= ris <rgm@gnu.org>
To:=A07733-done@debbugs.gnu.org
Date= :=A0Mon, 03 Jan 2011 01:13:59 -0500
Subject:=A0Re: bug#7733: 23.1.90; C-u M-x list-abbrevs is not showing local= abbrevs table
Version: 23.3

Thanks; applied.



---------- Forwarded message ----------
From:=A0Brent Goodrick &= lt;bgoodr@gmail.com>
To:=A0emacs-pretest-bug@gnu.orgDate:=A0Fri, 24 Dec 2010 22:02:14 -0800
Subject:=A023.1.90; C-u M-x list-abbrevs is not showing local abbrevs table=
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. =A0If you can, give
a recipe starting from `emacs -Q':

Reproduce with:

1. Run emacs -Q.

2. From within the *scratch* buffer, type C-u M-x list-abbrevs RET.

3. See the *Abbrevs* buffer showing
=A0 "(fundamental-mode-abbrev-table)". The bug is that the curre= nt mode
=A0 at the time C-u M-x lisp-abbrevs RET is executed is in Lisp
=A0 Interaction mode, not Fundamental mode. Therefore, the C-u M-x
=A0 list-abbrevs RET operation should show lisp-mode-abbrev-table,
=A0 but should not show fundamental-mode-abbrev-table.

I believe I have found the bug in prepare-abbrev-list-buffer. The
current definition of prepare-abbrev-list-buffer is:

(defun prepare-abbrev-list-buffer (&optional local)
=A0(with-current-buffer (get-buffer-create "*Abbrevs*")
=A0 =A0(erase-buffer)
=A0 =A0(if local
=A0 =A0 =A0 =A0(insert-abbrev-table-description
=A0 =A0 =A0 =A0 (abbrev-table-name local-abbrev-table) t)
=A0 =A0 =A0(dolist (table abbrev-table-name-list)
=A0 =A0 =A0 =A0(insert-abbrev-table-description table t)))
=A0 =A0(goto-char (point-min))
=A0 =A0(set-buffer-modified-p nil)
=A0 =A0(edit-abbrevs-mode)
=A0 =A0(current-buffer)))

My patched version that fixes the problem is as follows:

(defun prepare-abbrev-list-buffer (&optional local)
=A0(let ((local-table local-abbrev-table))
=A0 =A0(with-current-buffer (get-buffer-create "*Abbrevs*")
=A0 =A0 =A0(erase-buffer)
=A0 =A0 =A0(if local
=A0 =A0 =A0 =A0 =A0(insert-abbrev-table-description
=A0 =A0 =A0 =A0 =A0 (abbrev-table-name local-table) t)
=A0 =A0 =A0 =A0(dolist (table abbrev-table-name-list)
=A0 =A0 =A0 =A0 =A0(insert-abbrev-table-description table t)))
=A0 =A0 =A0(goto-char (point-min))
=A0 =A0 =A0(set-buffer-modified-p nil)
=A0 =A0 =A0(edit-abbrevs-mode)
=A0 =A0 =A0(current-buffer))))

The `with-current-buffer' call changes to the *Abbrevs* buffer which is in fundamental mode, and then the local-abbrev-table (which is a
buffer-local value) is taken from fundamental mode, not from the mode
of the original buffer where the point was before the execution C-u
M-x list-abbrevs.

Thanks,
Brent


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
=A0 =A0`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/home/brentg/install/Linux.x86_64/share/emacs/23.1.90/etc/DEBUG.


In GNU Emacs 23.1.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.6)
=A0of 2010-07-04 on hungover
Windowing system distributor `The X.Org Foundation', version 11.0.10707= 000
configured using `configure =A0'--with-x-toolkit' '--with-xft&#= 39; '--prefix=3D/home/brentg/install/Linux.x86_64''

Important settings:
=A0value of $LC_ALL: nil
=A0value of $LC_COLLATE: nil
=A0value of $LC_CTYPE: nil
=A0value of $LC_MESSAGES: nil
=A0value of $LC_MONETARY: nil
=A0value of $LC_NUMERIC: nil
=A0value of $LC_TIME: nil
=A0value of $LANG: en_US.UTF-8
=A0value of $XMODIFIERS: nil
=A0locale-coding-system: utf-8-unix
=A0default enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
=A0desktop-save-mode: t
=A0erc-ring-mode: t
=A0erc-services-mode: t
=A0erc-networks-mode: t
=A0display-time-mode: t
=A0shell-dirtrack-mode: t
=A0iswitchb-mode: t
=A0delete-selection-mode: t
=A0mouse-wheel-mode: t
=A0file-name-shadow-mode: t
=A0global-font-lock-mode: t
=A0font-lock-mode: t
=A0blink-cursor-mode: t
=A0global-auto-composition-mode: t
=A0auto-composition-mode: t
=A0auto-encryption-mode: t
=A0auto-compression-mode: t
=A0line-number-mode: 1
=A0transient-mark-mode: t
=A0abbrev-mode: t

Recent input:
C-v <return> C-p C-p C-p C-p C-p C-M-SPC M-( C-f l
e t SPC M-( M-( t a b l e C-f C-f C-f C-f C-f C-f C-f
C-b C-M-SPC C-w C-p C-n C-b C-b C-b C-b C-b C-b <return>
C-v C-y <tab> C-p C-p C-a M-f M-f M-f M-b M-b C-M-SPC
C-w C-M-u C-M-u C-M-SPC C-v C-p M-b M-b C-M-SPC a n
d C-e M-SPC C-e C-y K C-M-u M-SPC C-n C-a C-M-SPC C-w
M-b M-b M-b C-M-u C-M-u C-M-u C-M-n <return> C-v C-y
<tab> C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-a
M-f M-f M-b C-M-SPC C-z C-n C-n C-n C-n C-n M-f M-f
M-b C-M-SPC C-v C-a C-M-x M-x M-P M-P <return> C-x
o C-u M-x M-P M-P <return> C-x o C-1 C-p C-p C-p C-p
C-p C-p C-M-SPC <backspace> C-k C-p C-M-SPC C-z C-x
o C-x C-f ~ / t m p / p a t c h . t o . p r e p a r
i - a b b r e v - l i s t . b u f f e r . C-x o M-f
M-f M-b C-M-SPC C-z C-x o C-SPC C-x o C-SPC M-b C-f
C-f C-f C-f C-f C-f C-f C-f C-f C-v . e l <return>
C-v M-y <return> C-p C-p C-p C-p C-p C-p C-p C-p C-p
C-x o C-x o C-p C-p C-p M-f M-f M-f M-f M-f M-b C-M-SPC
C-w C-M-u C-M-u M-f M-f M-b C-M-SPC C-M-u C-g C-M-SPC
C-v C-a C-x C-s C-4 e m a c s x f t SPC - Q <return>
y y y M-x r e b p o r <backspace> <backspace> <backspace>=
<backspace> p o r t - b u <tab> <tab> <tab> e <t= ab>
<tab> C-e <tab> <tab> <tab> <return>

Recent messages:
Pushed a window configuration.
Saving file /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/abbr= ev.el.gz...
compressing abbrev.el.gz...done
Wrote /home/brentg/install/Linux.x86_64/share/emacs/23.1.90/lisp/abbrev.el.= gz
Saving file /tmp/foo.cmake...
Wrote /tmp/foo.cmake
Saving file /tmp/o1.cpp...
Wrote /tmp/o1.cpp
Compilation finished
Making completion list... [2 times]

Load-path shadows:
/home/brentg/emacs_lisp_imported/slime/tree-widget hides /home/brentg/insta= ll/Linux.x86_64/share/emacs/23.1.90/lisp/tree-widget
/home/brentg/emacs_lisp_imported/remember/remember hides /home/brentg/insta= ll/Linux.x86_64/share/emacs/23.1.90/lisp/textmodes/remember
/home/brentg/emacs_lisp_imported/css-mode/css-mode hides /home/brentg/insta= ll/Linux.x86_64/share/emacs/23.1.90/lisp/textmodes/css-mode

Features:
(shadow mailalias vm-pgg vm-reply pgg pgg-parse pgg-def vm-rfaddons
gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int
gnus-range message ecomplete mml mml-sec password-cache mm-decode
mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums
gmm-utils mailheader canlock sha1 hex-util hashcash gnus-win bbdb-vm
vm-autoload bbdb-snarf mail-extr rfc822 bbdb-com vm-menu vm-window
vm-toolbar vm-folder vm-undo vm-summary vm-mouse vm-page vm-motion
vm-minibuf vm-misc emacsbug parse-time vc-cvs debug ansi-color
multi-isearch cl-specs bg-emacs bg-desktop-setup vc-git desktop
bg-customizations bg-x-setup bg-init-program-setup bg-dos-batch-mode
bg-cmake-setup cmake-mode bg-quack-setup quack bg-qmake-setup
bg-allout-setup bg-gimp-mode-setup eldoc cmuscheme scheme gimp-mode
scheme-complete snippet autoinsert bg-edebug-setup edebug
bg-lisppaste-setup bg-instrument-util bg-calc-setup calc-ext calc
calc-loaddefs calc-macs bg-sudo-setup sudo bg-crontab-util bg-reminder
bg-wikipedia-mode-setup wikipedia-mode bg-outline-magic-mode-setup
outline-magic noutline outline bg-emacs-lisp-mode-setup find-func
bg-lisp-setup bg-stumpwm-setup stumpwm-mode slime tree-widget
hyperspec hideshow bg-css-mode-setup bg-gnuserv-setup gnuserv
bg-compressed-files-setup bg-search-replace-util bg-apropos-mode-setup
apropos bg-search-tcl bg-man-setup bg-env-setup man assoc
bg-visual-basic-mode-setup bg-regr-util bg-help-mode-setup help-mode
bg-diag bg-password-hiding-setup bg-browser-setup bg-x-windows-util
bg-perl-setup gud bg-perl-util bg-rectangle-setup
bg-picture-mode-setup bg-xml-setup nxml-mode nxml-outln nxml-rap
nxml-util nxml-glyph nxml-enc xmltok boxquote bg-iswitchb-setup
bg-outline-setup allout bg-autosave-setup bg-planner-setup
bg-planner-indexing bg-planner-yank-link bg-planner-yank-link-man
bg-planner-yank-link-file bg-planner-yank-link-info bg-web-util mm-url
url url-proxy url-privacy url-expand url-methods url-history
url-cookie url-util url-parse url-vars mailcap
bg-planner-yank-link-w3m bg-planner-yank-link-base bg-planner-elisp
bg-remember-mode-setup remember-planner remember bg-bbdb-setup
bbdb-autoloads bbdb bg-planner-note-util bg-elisp-unit-test-util
bg-planner-util bg-muse-hacks image-file planner-lisp planner-publish
muse-xml planner cal-menu calendar cal-loaddefs sort muse-colors
bg-muse-setup bg-planner-abbrevs-setup muse-html muse-xml-common
cus-edit cus-start cus-load muse-publish muse-project muse-protocols
muse-regexps muse muse-nested-tags muse-mode bg-planner-vars timeclock
bg-scrolling-setup bg-irc-setup erc-ring erc-join erc-services
erc-networks erc-dcc erc-fill erc-stamp erc-goodies erc erc-backend
erc-compat format-spec bg-ediff-setup bg-info-setup
bg-local-key-mappings bg-global-key-mappings bg-wrap-variable-util
bg-rx-interactive bg-grep-setup bg-grep-group grep-group grep
bg-color-moccur-setup color-moccur bg-occur-mode-setup
bg-find-file-setup bg-bookmark-definitions bookmark pp
bg-tabstop-definitions bg-mail-setup vm-w3m vm-mime vm-pine vm-macro
vm-message vm vm-autoloads vm-vars vm-version bg-encryption-setup dgpg
generic epa-file epa derived epg epg-config bg-w3m-setup edmacro
kmacro bg-w3m-hacks w3m browse-url doc-view jka-compr image-mode
timezone w3m-hist w3m-fb w3m-ems w3m-ccl ccl w3m-favicon w3m-image
w3m-proc w3m-util supercite regi smtpmail sendmail bg-gnus-definitions
imap gnus gnus-ems nnheader gnus-util netrc mail-utils mm-util
mail-prsvr wid-edit bg-octave-setup bg-scm-setup bg-vc-util vc
vc-dispatcher pcvs pcvs-parse pcvs-info pcvs-defs bg-git-setup git
log-edit easy-mmode pcvs-util add-log ewoc bg-tcl-mode-setup
bg-compile-setup bg-grep-compilation-util bg-python-mode-setup
python-21 python bg-buffer-menu-setup bg-makefile-mode-setup
bg-shell-script-mode-setup sh-script executable bg-sticky-windows
bg-dbx bg-gdb-mode-setup bg-gdb bg-gdb-util bg-javascript-setup js
byte-opt bytecomp byte-compile json etags imenu newcomment
bg-java-setup bg-calendar-setup bg-minibuffer-setup bg-abbrev-setup
bg-precision-util mailabbrev uniquify ibuffer bg-frame-definitions
bg-vc-mode-setup bg-dired-extensions bg-pdf-setup dired-aux dired
bg-forms-mode-setup forms-mode forms bg-defaults-definitions time
bg-isearch-setup bg-display-setup bg-cc-mode-setup bg-debug-util
bg-narrowing-setup advice advice-preload bg-cxx-nav bg-run-immediate
bg-window-config-helper bg-id-utils-setup idutils compile info
bg-info-util bg-symbol-stack bg-cxx-util bg-cxx-scan-debug-mode-base
bg-basic-regexps-and-chars bg-p4-setup bg-p4-completion bg-p4-resolve
bg-set-util bg-ediff-sparse-mode bg-ediff-sparse-mode-base
bg-p4-manual-apply-mode bg-p4-manual-apply-mode-base bg-p4-base
bg-det-setup bg-rx-extra bg-shell-mode-setup bg-rlogin-setup rlogin
shell comint ring bg-open-file-at-point bg-boilers bg-boiler-commands
help-fns bg-win32-utility bg-shell-util bg-win32-paths bg-background
time-date bg-p4-scan-mode bg-p4-scan-mode-base view
bg-button-mode-util bg-p4-basic-button bg-p4-util cc-mode cc-fonts
easymenu cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs
regexp-opt bg-elisp-debug-util elp bg-utility rx iswitchb
bg-file-cleanup bg-os-util bg-linux-utility help-macro cl cl-19
ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult
ediff-init ediff perl-mode mouse-sel thingatpt rect
bg-delete-selection-mode-setup delsel bg-coding-system-setup
lisppaste-autoloads xml-rpc-autoloads package reporter tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button
minibuffer faces cus-face files text-properties overlay md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind system-font-setting
font-render-setting gtk x-toolkit x multi-tty emacs)




--00151749f5e8dd952e0499417f10-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 07 11:58:35 2011 Received: (at 7733) by debbugs.gnu.org; 7 Jan 2011 16:58:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PbFe7-0006eD-7S for submit@debbugs.gnu.org; Fri, 07 Jan 2011 11:58:35 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PbFe6-0006e2-1i for 7733@debbugs.gnu.org; Fri, 07 Jan 2011 11:58:34 -0500 Received: from localhost ([127.0.0.1]:35348) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PbFl4-0005Wu-V9; Fri, 07 Jan 2011 12:05:47 -0500 To: Brent Goodrick Subject: Re: bug#7733: closed (Re: bug#7733: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table) References: <19733.35046.217311.440971@gargle.gargle.HOWL> From: Glenn Morris X-Spook: CDMA crypto anarchy North Korea Bruxelles Cohiba class X-Ran: O[gek;`it:~h{>k`lqr`U07AoDsf,Jg4H*]xgI#,Ga],Mb`jzC`lEG#;%dELF(&/fZno_] X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 07 Jan 2011 12:05:46 -0500 In-Reply-To: (Brent Goodrick's message of "Fri\, 7 Jan 2011 05\:21\:43 -0800") 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: -5.7 (-----) X-Debbugs-Envelope-To: 7733 Cc: 7733@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -5.7 (-----) Brent Goodrick wrote: > Thanks for that fix. I found that top of the working branch is not what I > expected: It was fixed the in the emacs-23 branch. The fix will make its way to the trunk in due course, the next time emacs-23 is merged to trunk. Just wait a bit. > My expectation (probably wrong) is that when I pull source code from the > remote system without any branch qualifier, I get code reflecting all bugs > fixed regardless of intermediate branches. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 07 22:04:23 2011 Received: (at 7733) by debbugs.gnu.org; 8 Jan 2011 03:04:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PbP6M-0004Au-RR for submit@debbugs.gnu.org; Fri, 07 Jan 2011 22:04:23 -0500 Received: from mail-ey0-f172.google.com ([209.85.215.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PbP6L-0004Al-B6 for 7733@debbugs.gnu.org; Fri, 07 Jan 2011 22:04:21 -0500 Received: by eyd10 with SMTP id 10so8251730eyd.3 for <7733@debbugs.gnu.org>; Fri, 07 Jan 2011 19:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=gedx8lWfi7E1N0JyDYUcRQ/9apbjmIwJHtVOJVp4Bvk=; b=D/5NOw0Q3Qyn63Fn2/KJpxjshASKgbqLl8HiNJ0YNpQKhu2GSjU3414EqzOqYjNBy+ X0KxyI6H2X/pefSJV4cFqKajNmNq3DyQs3Yg6/jy4GwobVTMhkhTbqg41wbQw8v3WYSL AttNwCFANr8GPj1cekBj0OhasnBZzPzdiR5Bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pJNUu8X4KP8u3+7z5abrDK/Ta645u/cHE1F2F4z/28sKC8eJ/wYNQbkZmdlcf5iCBc FUeLDZs3IMT0U/Ze/R6KcaK5XA3H7Zw6X+95ob7X9YS23XzICKIxv6YBpDsU7aWxhzQw Khar7QIV+UrKHg5G0Sv3+1S08isftqIj36ods= MIME-Version: 1.0 Received: by 10.14.127.134 with SMTP id d6mr433934eei.0.1294456299225; Fri, 07 Jan 2011 19:11:39 -0800 (PST) Received: by 10.14.47.205 with HTTP; Fri, 7 Jan 2011 19:11:39 -0800 (PST) In-Reply-To: References: <19733.35046.217311.440971@gargle.gargle.HOWL> Date: Fri, 7 Jan 2011 19:11:39 -0800 Message-ID: Subject: Re: bug#7733: closed (Re: bug#7733: 23.1.90; C-u M-x list-abbrevs is not showing local abbrevs table) From: Brent Goodrick To: Glenn Morris Content-Type: multipart/alternative; boundary=90e6ba61528ce481e704994d1776 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 7733 Cc: 7733@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -2.6 (--) --90e6ba61528ce481e704994d1776 Content-Type: text/plain; charset=ISO-8859-1 Fair enough. Thanks Glenn, and thanks for fixing it!! bg On Fri, Jan 7, 2011 at 9:05 AM, Glenn Morris wrote: > Brent Goodrick wrote: > > > Thanks for that fix. I found that top of the working branch is not what > I > > expected: > > It was fixed the in the emacs-23 branch. The fix will make its way to > the trunk in due course, the next time emacs-23 is merged to trunk. > Just wait a bit. > > > My expectation (probably wrong) is that when I pull source code from the > > remote system without any branch qualifier, I get code reflecting all > bugs > > fixed regardless of intermediate branches. > --90e6ba61528ce481e704994d1776 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Fair enough. Thanks Glenn, and thanks for fixing it!!

bg

On Fri, Jan 7, 2011 at 9:05 AM, Glenn Morris <rgm@gnu.org> wr= ote:
Brent Goodrick wrote:

> Thanks for that fix. =A0I found that top of the working branch is not = what I
> expected:

It was fixed the in the emacs-23 branch. The fix will make its way to=
the trunk in due course, the next time emacs-23 is merged to trunk.
Just wait a bit.

> My expectation (probably wrong) is that when I pull source code from t= he
> remote system without any branch qualifier, I get code reflecting all = bugs
> fixed regardless of intermediate branches.

--90e6ba61528ce481e704994d1776-- From unknown Mon Jun 16 23:43:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 05 Feb 2011 12:24:04 +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