From unknown Sat Aug 09 20:52:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7889: 23.2.91; More automatic history setup for comint? Resent-From: Reuben Thomas Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Jan 2011 22:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 7889 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 7889@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.12957369682976 (code B ref -1); Sat, 22 Jan 2011 22:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Jan 2011 22:56:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PgmNL-0000lw-BJ for submit@debbugs.gnu.org; Sat, 22 Jan 2011 17:56:07 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PgmNI-0000lT-OI for submit@debbugs.gnu.org; Sat, 22 Jan 2011 17:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgmUz-00005r-1l for submit@debbugs.gnu.org; Sat, 22 Jan 2011 18:04:02 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:33575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgmUy-00005n-Ui for submit@debbugs.gnu.org; Sat, 22 Jan 2011 18:04:01 -0500 Received: from [140.186.70.92] (port=40165 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgmUw-0006B1-A6 for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2011 18:04:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgmUs-00005A-Fl for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2011 18:03:58 -0500 Received: from exprod7ob118.obsmtp.com ([64.18.2.7]:50299) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PgmUs-000054-44 for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2011 18:03:54 -0500 Received: from source ([74.125.82.53]) (using TLSv1) by exprod7ob118.postini.com ([64.18.6.12]) with SMTP ID DSNKTTtiVqiayZy+6x4W+FDr+3ZJOM6pS2Re@postini.com; Sat, 22 Jan 2011 15:03:52 PST Received: by wwi18 with SMTP id 18so2915565wwi.10 for ; Sat, 22 Jan 2011 15:03:49 -0800 (PST) Received: by 10.216.62.212 with SMTP id y62mr2424718wec.9.1295737427234; Sat, 22 Jan 2011 15:03:47 -0800 (PST) Received: from canta (87-194-87-241.bethere.co.uk [87.194.87.241]) by mx.google.com with ESMTPS id m50sm5728046wek.8.2011.01.22.15.03.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 Jan 2011 15:03:46 -0800 (PST) From: Reuben Thomas Date: Sat, 22 Jan 2011 23:03:44 +0000 Message-ID: <874o9035in.fsf@sc3d.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -6.0 (------) 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: -6.0 (------) shell-mode sets comint-input-ring-file-name from HISTFILE if set, or the name of the shell. Two other things I currently have in my Emacs in a similar vein: 1. Set comint-input-ring-size from HISTSIZE (in shell-mode). 2. Set comint-input-ring-file-name from GDBHISTFILE (if set) in gud-mode-hook (but since this is GDB-specific, is there a better hook? There doesn=E2=80=99t seem to be a gdb-mode-hook...) In GNU Emacs 23.2.91.4 (i686-pc-linux-gnu, GTK+ Version 2.22.0) of 2011-01-13 on canta Windowing system distributor `The X.Org Foundation', version 11.0.10900000 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_GB.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: recentf-mode: t show-paren-mode: t savehist-mode: t minibuffer-electric-default-mode: t iswitchb-mode: t icomplete-mode: t global-whitespace-mode: t global-auto-revert-mode: t desktop-save-mode: t yas/global-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: n g SPC b e h a v e SPC d i f f e r e n t l y SPC f=20 r o m SPC e v e r y SPC o t h e r SPC E m c a s SPC=20 i n p =20 a c =20 a a s c SPC i n p =20 =20 c s SPC i n p u t SPC r i n g , SPC s o SPC I ' m SPC=20 C-q ' m SPC r e=20 a l l y SPC n o t SPC s u r e SPC w h a t SPC t o SPC=20 s u g e g g e s t . M-q C-c=20 C-c y e s C-x b * s h C-g C-x=20 C-f ~ / N n o t e =20 o t e N i k e =20 B i k e G=20 r e y SPC r i R i d g e b a=20 c k C-x C-f ~ / N o t e =20 F i o n n c o =20 =20 =20 =20 =20 =20 C-x k C-x k y e s =20 C-x o C-x o C-x o M-x r e p o r t - e m=20 a c s - b u g Recent messages: Auto-saving...done Auto-saving...done Auto-saving...done No server editing buffers exist Auto-saving...done Sending... Sending via mail... Sending...done Quit (New file) Load-path shadows: /home/rrt/.emacs.d/elpa/ruby-mode-1.1/ruby-mode hides /usr/share/emacs-snap= shot/site-lisp/ruby1.8-elisp/ruby-mode /home/rrt/local/share/emacs/site-lisp/popup hides /usr/local/share/emacs/23= .2.91/site-lisp/auto-complete/popup /home/rrt/local/share/emacs/site-lisp/fuzzy hides /usr/local/share/emacs/23= .2.91/site-lisp/auto-complete/fuzzy /home/rrt/.emacs.d/elpa/css-mode-1.0/css-mode hides /usr/local/share/emacs/= 23.2.91/site-lisp/css-mode/css-mode /home/rrt/.emacs.d/elpa/dictionary-1.8.7/link hides /usr/local/share/emacs/= 23.2.91/site-lisp/dictionary-el/link /home/rrt/.emacs.d/elpa/dictionary-1.8.7/connection hides /usr/local/share/= emacs/23.2.91/site-lisp/dictionary-el/connection /home/rrt/.emacs.d/elpa/dictionary-1.8.7/dictionary-init hides /usr/local/s= hare/emacs/23.2.91/site-lisp/dictionary-el/dictionary-init /home/rrt/.emacs.d/elpa/dictionary-1.8.7/dictionary hides /usr/local/share/= emacs/23.2.91/site-lisp/dictionary-el/dictionary /home/rrt/.emacs.d/elpa/css-mode-1.0/css-mode hides /usr/local/share/emacs/= 23.2.91/lisp/textmodes/css-mode /home/rrt/.emacs.d/elpa/ruby-mode-1.1/ruby-mode hides /usr/local/share/emac= s/23.2.91/lisp/progmodes/ruby-mode /home/rrt/.emacs.d/elpa/css-mode-1.0/css-mode hides /usr/share/emacs/site-l= isp/css-mode/css-mode /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-info hides /usr/share/e= macs/site-lisp/auctex/tex-info /usr/local/share/emacs/23.2.91/site-lisp/auctex/context-nl hides /usr/share= /emacs/site-lisp/auctex/context-nl /usr/local/share/emacs/23.2.91/site-lisp/auctex/context-en hides /usr/share= /emacs/site-lisp/auctex/context-en /usr/local/share/emacs/23.2.91/site-lisp/auctex/latex hides /usr/share/emac= s/site-lisp/auctex/latex /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-mik hides /usr/share/em= acs/site-lisp/auctex/tex-mik /usr/local/share/emacs/23.2.91/site-lisp/dictionary-el/lpath hides /usr/sha= re/emacs/site-lisp/auctex/lpath /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-buf hides /usr/share/em= acs/site-lisp/auctex/tex-buf /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-jp hides /usr/share/ema= cs/site-lisp/auctex/tex-jp /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-bar hides /usr/share/em= acs/site-lisp/auctex/tex-bar /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex hides /usr/share/emacs/= site-lisp/auctex/tex /usr/local/share/emacs/23.2.91/site-lisp/auctex/multi-prompt hides /usr/sha= re/emacs/site-lisp/auctex/multi-prompt /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-fptex hides /usr/share/= emacs/site-lisp/auctex/tex-fptex /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-font hides /usr/share/e= macs/site-lisp/auctex/tex-font /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-fold hides /usr/share/e= macs/site-lisp/auctex/tex-fold /usr/local/share/emacs/23.2.91/site-lisp/auctex/texmathp hides /usr/share/e= macs/site-lisp/auctex/texmathp /usr/local/share/emacs/23.2.91/site-lisp/auctex/context hides /usr/share/em= acs/site-lisp/auctex/context /usr/local/share/emacs/23.2.91/site-lisp/auctex/font-latex hides /usr/share= /emacs/site-lisp/auctex/font-latex /usr/local/share/emacs/23.2.91/site-lisp/auctex/bib-cite hides /usr/share/e= macs/site-lisp/auctex/bib-cite /usr/local/share/emacs/23.2.91/site-lisp/auctex/toolbar-x hides /usr/share/= emacs/site-lisp/auctex/toolbar-x /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-style hides /usr/share/= emacs/site-lisp/auctex/tex-style Features: (gnus-msg gnus-art mm-uu mml2015 epg-config mm-view smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source format-spec gnus-start gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems newcomment shadow sort mail-extr message sendmail ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util hashcash mail-utils vc-cvs python-21 python autoconf autoconf-mode help-mode view make-mode inform-mode info emacsbug gdb-ui byte-opt warnings bytecomp byte-compile bindat json gud sh-script executable vc-git jka-compr face-remap filladapt flyspell completing-help recentf tree-widget wid-edit uniquify paren savehist minibuf-eldef iswitchb icomplete whitespace autorevert time cus-start cus-load desktop server php-mode etags cc-langs cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs speedbar sb-image ezimage dframe lua-mode regexp-opt comint ring ropemacs pymacs etags-update smart-quotes ispell auto-dictionary-autoloads css-mode-autoloads dictionary-autoloads diff-git-autoloads dired-isearch-autoloads full-ack-autoloads guess-style-autoloads http-post-simple-autoloads js2-mode-autoloads magit-autoloads mv-shell-autoloads ruby-mode-autoloads package reporter advice advice-preload yasnippet help-fns derived edmacro kmacro easymenu assoc cl cl-19 muse-autoloads emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode bbdb-autoloads preview-latex tex-site auto-loads 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) --=20 http://rrt.sc3d.org/ From unknown Sat Aug 09 20:52:05 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Reuben Thomas Subject: bug#7889: closed (Re: bug#7889: 23.2.91; More automatic history setup for comint?) Message-ID: References: <8wipvsr7k2.fsf@fencepost.gnu.org> <874o9035in.fsf@sc3d.org> X-Gnu-PR-Message: they-closed 7889 X-Gnu-PR-Package: emacs Reply-To: 7889@debbugs.gnu.org Date: Wed, 09 Mar 2011 09:02:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1299661322-22325-1" This is a multi-part message in MIME format... ------------=_1299661322-22325-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #7889: 23.2.91; More automatic history setup for comint? 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 7889@debbugs.gnu.org. --=20 7889: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D7889 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1299661322-22325-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 7889-done) by debbugs.gnu.org; 9 Mar 2011 09:01:57 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PxFHI-0005np-Vp for submit@debbugs.gnu.org; Wed, 09 Mar 2011 04:01:57 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PxFHH-0005nd-DY for 7889-done@debbugs.gnu.org; Wed, 09 Mar 2011 04:01:55 -0500 Received: from localhost ([127.0.0.1]:52485) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxFHB-00085c-IH; Wed, 09 Mar 2011 04:01:49 -0500 From: Glenn Morris To: 7889-done@debbugs.gnu.org Subject: Re: bug#7889: 23.2.91; More automatic history setup for comint? References: <874o9035in.fsf@sc3d.org> X-Spook: Serbian Saudi Arabia emc Capricorn Majic SCUD missile X-Ran: Jr0CjZ0-ti^tZfv (Reuben Thomas's message of "Sat, 22 Jan 2011 23:03:44 +0000") Message-ID: <8wipvsr7k2.fsf@fencepost.gnu.org> 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: -6.3 (------) X-Debbugs-Envelope-To: 7889-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: -6.3 (------) Version: 24.1 Reuben Thomas wrote: > 1. Set comint-input-ring-size from HISTSIZE (in shell-mode). Added to shell-mode. > 2. Set comint-input-ring-file-name from GDBHISTFILE (if set) in > gud-mode-hook (but since this is GDB-specific, is there a better hook? > There doesn't seem to be a gdb-mode-hook...) Added to M-x gdb. ------------=_1299661322-22325-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Jan 2011 22:56:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PgmNL-0000lw-BJ for submit@debbugs.gnu.org; Sat, 22 Jan 2011 17:56:07 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PgmNI-0000lT-OI for submit@debbugs.gnu.org; Sat, 22 Jan 2011 17:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgmUz-00005r-1l for submit@debbugs.gnu.org; Sat, 22 Jan 2011 18:04:02 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:33575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgmUy-00005n-Ui for submit@debbugs.gnu.org; Sat, 22 Jan 2011 18:04:01 -0500 Received: from [140.186.70.92] (port=40165 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgmUw-0006B1-A6 for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2011 18:04:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgmUs-00005A-Fl for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2011 18:03:58 -0500 Received: from exprod7ob118.obsmtp.com ([64.18.2.7]:50299) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PgmUs-000054-44 for bug-gnu-emacs@gnu.org; Sat, 22 Jan 2011 18:03:54 -0500 Received: from source ([74.125.82.53]) (using TLSv1) by exprod7ob118.postini.com ([64.18.6.12]) with SMTP ID DSNKTTtiVqiayZy+6x4W+FDr+3ZJOM6pS2Re@postini.com; Sat, 22 Jan 2011 15:03:52 PST Received: by wwi18 with SMTP id 18so2915565wwi.10 for ; Sat, 22 Jan 2011 15:03:49 -0800 (PST) Received: by 10.216.62.212 with SMTP id y62mr2424718wec.9.1295737427234; Sat, 22 Jan 2011 15:03:47 -0800 (PST) Received: from canta (87-194-87-241.bethere.co.uk [87.194.87.241]) by mx.google.com with ESMTPS id m50sm5728046wek.8.2011.01.22.15.03.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 Jan 2011 15:03:46 -0800 (PST) From: Reuben Thomas To: bug-gnu-emacs@gnu.org Subject: 23.2.91; More automatic history setup for comint? Date: Sat, 22 Jan 2011 23:03:44 +0000 Message-ID: <874o9035in.fsf@sc3d.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -6.0 (------) 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: -6.0 (------) shell-mode sets comint-input-ring-file-name from HISTFILE if set, or the name of the shell. Two other things I currently have in my Emacs in a similar vein: 1. Set comint-input-ring-size from HISTSIZE (in shell-mode). 2. Set comint-input-ring-file-name from GDBHISTFILE (if set) in gud-mode-hook (but since this is GDB-specific, is there a better hook? There doesn=E2=80=99t seem to be a gdb-mode-hook...) In GNU Emacs 23.2.91.4 (i686-pc-linux-gnu, GTK+ Version 2.22.0) of 2011-01-13 on canta Windowing system distributor `The X.Org Foundation', version 11.0.10900000 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_GB.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: recentf-mode: t show-paren-mode: t savehist-mode: t minibuffer-electric-default-mode: t iswitchb-mode: t icomplete-mode: t global-whitespace-mode: t global-auto-revert-mode: t desktop-save-mode: t yas/global-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: n g SPC b e h a v e SPC d i f f e r e n t l y SPC f=20 r o m SPC e v e r y SPC o t h e r SPC E m c a s SPC=20 i n p =20 a c =20 a a s c SPC i n p =20 =20 c s SPC i n p u t SPC r i n g , SPC s o SPC I ' m SPC=20 C-q ' m SPC r e=20 a l l y SPC n o t SPC s u r e SPC w h a t SPC t o SPC=20 s u g e g g e s t . M-q C-c=20 C-c y e s C-x b * s h C-g C-x=20 C-f ~ / N n o t e =20 o t e N i k e =20 B i k e G=20 r e y SPC r i R i d g e b a=20 c k C-x C-f ~ / N o t e =20 F i o n n c o =20 =20 =20 =20 =20 =20 C-x k C-x k y e s =20 C-x o C-x o C-x o M-x r e p o r t - e m=20 a c s - b u g Recent messages: Auto-saving...done Auto-saving...done Auto-saving...done No server editing buffers exist Auto-saving...done Sending... Sending via mail... Sending...done Quit (New file) Load-path shadows: /home/rrt/.emacs.d/elpa/ruby-mode-1.1/ruby-mode hides /usr/share/emacs-snap= shot/site-lisp/ruby1.8-elisp/ruby-mode /home/rrt/local/share/emacs/site-lisp/popup hides /usr/local/share/emacs/23= .2.91/site-lisp/auto-complete/popup /home/rrt/local/share/emacs/site-lisp/fuzzy hides /usr/local/share/emacs/23= .2.91/site-lisp/auto-complete/fuzzy /home/rrt/.emacs.d/elpa/css-mode-1.0/css-mode hides /usr/local/share/emacs/= 23.2.91/site-lisp/css-mode/css-mode /home/rrt/.emacs.d/elpa/dictionary-1.8.7/link hides /usr/local/share/emacs/= 23.2.91/site-lisp/dictionary-el/link /home/rrt/.emacs.d/elpa/dictionary-1.8.7/connection hides /usr/local/share/= emacs/23.2.91/site-lisp/dictionary-el/connection /home/rrt/.emacs.d/elpa/dictionary-1.8.7/dictionary-init hides /usr/local/s= hare/emacs/23.2.91/site-lisp/dictionary-el/dictionary-init /home/rrt/.emacs.d/elpa/dictionary-1.8.7/dictionary hides /usr/local/share/= emacs/23.2.91/site-lisp/dictionary-el/dictionary /home/rrt/.emacs.d/elpa/css-mode-1.0/css-mode hides /usr/local/share/emacs/= 23.2.91/lisp/textmodes/css-mode /home/rrt/.emacs.d/elpa/ruby-mode-1.1/ruby-mode hides /usr/local/share/emac= s/23.2.91/lisp/progmodes/ruby-mode /home/rrt/.emacs.d/elpa/css-mode-1.0/css-mode hides /usr/share/emacs/site-l= isp/css-mode/css-mode /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-info hides /usr/share/e= macs/site-lisp/auctex/tex-info /usr/local/share/emacs/23.2.91/site-lisp/auctex/context-nl hides /usr/share= /emacs/site-lisp/auctex/context-nl /usr/local/share/emacs/23.2.91/site-lisp/auctex/context-en hides /usr/share= /emacs/site-lisp/auctex/context-en /usr/local/share/emacs/23.2.91/site-lisp/auctex/latex hides /usr/share/emac= s/site-lisp/auctex/latex /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-mik hides /usr/share/em= acs/site-lisp/auctex/tex-mik /usr/local/share/emacs/23.2.91/site-lisp/dictionary-el/lpath hides /usr/sha= re/emacs/site-lisp/auctex/lpath /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-buf hides /usr/share/em= acs/site-lisp/auctex/tex-buf /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-jp hides /usr/share/ema= cs/site-lisp/auctex/tex-jp /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-bar hides /usr/share/em= acs/site-lisp/auctex/tex-bar /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex hides /usr/share/emacs/= site-lisp/auctex/tex /usr/local/share/emacs/23.2.91/site-lisp/auctex/multi-prompt hides /usr/sha= re/emacs/site-lisp/auctex/multi-prompt /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-fptex hides /usr/share/= emacs/site-lisp/auctex/tex-fptex /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-font hides /usr/share/e= macs/site-lisp/auctex/tex-font /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-fold hides /usr/share/e= macs/site-lisp/auctex/tex-fold /usr/local/share/emacs/23.2.91/site-lisp/auctex/texmathp hides /usr/share/e= macs/site-lisp/auctex/texmathp /usr/local/share/emacs/23.2.91/site-lisp/auctex/context hides /usr/share/em= acs/site-lisp/auctex/context /usr/local/share/emacs/23.2.91/site-lisp/auctex/font-latex hides /usr/share= /emacs/site-lisp/auctex/font-latex /usr/local/share/emacs/23.2.91/site-lisp/auctex/bib-cite hides /usr/share/e= macs/site-lisp/auctex/bib-cite /usr/local/share/emacs/23.2.91/site-lisp/auctex/toolbar-x hides /usr/share/= emacs/site-lisp/auctex/toolbar-x /usr/local/share/emacs/23.2.91/site-lisp/auctex/tex-style hides /usr/share/= emacs/site-lisp/auctex/tex-style Features: (gnus-msg gnus-art mm-uu mml2015 epg-config mm-view smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source format-spec gnus-start gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems newcomment shadow sort mail-extr message sendmail ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util hashcash mail-utils vc-cvs python-21 python autoconf autoconf-mode help-mode view make-mode inform-mode info emacsbug gdb-ui byte-opt warnings bytecomp byte-compile bindat json gud sh-script executable vc-git jka-compr face-remap filladapt flyspell completing-help recentf tree-widget wid-edit uniquify paren savehist minibuf-eldef iswitchb icomplete whitespace autorevert time cus-start cus-load desktop server php-mode etags cc-langs cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs speedbar sb-image ezimage dframe lua-mode regexp-opt comint ring ropemacs pymacs etags-update smart-quotes ispell auto-dictionary-autoloads css-mode-autoloads dictionary-autoloads diff-git-autoloads dired-isearch-autoloads full-ack-autoloads guess-style-autoloads http-post-simple-autoloads js2-mode-autoloads magit-autoloads mv-shell-autoloads ruby-mode-autoloads package reporter advice advice-preload yasnippet help-fns derived edmacro kmacro easymenu assoc cl cl-19 muse-autoloads emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode bbdb-autoloads preview-latex tex-site auto-loads 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) --=20 http://rrt.sc3d.org/ ------------=_1299661322-22325-1-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 22 19:07:26 2011 Received: (at control) by debbugs.gnu.org; 22 Mar 2011 23:07:26 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2Afd-0007xQ-Of for submit@debbugs.gnu.org; Tue, 22 Mar 2011 19:07:26 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2Afc-0007xD-1t for control@debbugs.gnu.org; Tue, 22 Mar 2011 19:07:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q2AfW-0000Pn-Ot for control@debbugs.gnu.org; Tue, 22 Mar 2011 19:07:18 -0400 Date: Tue, 22 Mar 2011 19:07:18 -0400 Message-Id: Subject: control message for bug 8322 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control 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: -6.3 (------) forcemerge 7889 8322