From unknown Sun Aug 17 04:16:46 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#5539: 23.1.92; VC-dir does not handle deleted unversioned files Resent-From: ofv@wanadoo.es =?UTF-8?Q?(=C3=93scar?= Fuentes) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Feb 2010 13:14:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: report 5539 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: To: 5539@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.126554840323844 (code B ref -1); Sun, 07 Feb 2010 13:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2010 13:13: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 1Ne6x0-0006CX-GD for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:13:22 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ne6wd-0006Bl-ON for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:13:00 -0500 Received: from mail.gnu.org ([199.232.76.166]:44711 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ne6wY-0008Bp-K3 for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:12:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne6wV-0001Nc-M7 for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:12:54 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, DNS_FROM_RFC_ABUSE,UNPARSEABLE_RELAY autolearn=no version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:47250) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ne6wS-0001MR-Kk for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:12:48 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ne6wR-0001Ga-Pq for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:47 -0500 Received: from [199.232.76.173] (port=59817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne6wR-0001GB-Cn for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne6wN-0001KI-5w for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:46 -0500 Received: from impaqm4.telefonica.net ([213.4.138.4]:62250) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ne6wM-0001Jn-CS for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:42 -0500 Received: from IMPmailhost5.adm.correo ([10.20.102.126]) by IMPaqm4.telefonica.net with bizsmtp id eyph1d00W2jdgqJ3Q1Cg8k; Sun, 07 Feb 2010 14:12:40 +0100 Received: from qcore ([81.33.105.206]) by IMPmailhost5.adm.correo with BIZ IMP id f1Cf1d0044TCPR51l1CfhW; Sun, 07 Feb 2010 14:12:40 +0100 X-TE-authinfo: authemail="981711563$telefonica.net" |auth_email="981711563@telefonica.net" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" From: ofv@wanadoo.es =?UTF-8?Q?(=C3=93scar?= Fuentes) Date: Sun, 07 Feb 2010 14:12:39 +0100 Message-ID: <87fx5drxyw.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.9 (-----) X-Mailman-Approved-At: Sun, 07 Feb 2010 08:13:20 -0500 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.9 (-----) On some bzr work tree, create a file: echo foo > foo Open a VC-dir buffer for that working tree. It will show the file as unregistered foo Now, delete that file with M-x delete-file and refresh the VC-dir buffer. It shows: nil foo AFAIK, the only way to remove `foo' from the VC-dir buffer is to kill it. In GNU Emacs 23.1.92.1 (x86_64-unknown-linux-gnu, X toolkit) of 2010-02-05 on qcore Windowing system distributor `The X.Org Foundation', version 11.0.10604000 configured using `configure '--with-x-toolkit=lucid' '--without-toolkit-scroll-bars'' 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: VC dir Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-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-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t TeX-PDF-mode: t show-paren-mode: t diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent input: o SPC t y i h i n k g s SPC t a h t SPC h a t SPC S u b v e r s i o n SPC h a n d l e s SPC w e l l . SPC I s SPC t h i s SPC c o r r e c t ? SPC B e c a u s e SPC i f SPC i t SPC i s SPC , SPC I SPC w a n t SPC t o SPC s t o p SPC u s i n g SPC b z r SPC a A S A P . M-d M-d c u r r e n t l y SPC C-a e v e n SPC C-k C-k C-k i s SPC u b y g g u g g y SPC a n d SPC M-q C-a C-SPC C-w C-c C-c d q d d d d q d d d d q g q y C-x k x x x Recent messages: Checking new news... Opening nntp server on news.gmane.org...done Checking new news...done Are you sure you want to quit reading news? (y or n) Saving file /home/oscar/.newsrc... Wrote /home/oscar/.newsrc Saving /home/oscar/.newsrc.eld... Saving file /home/oscar/.newsrc.eld... Wrote /home/oscar/.newsrc.eld Saving /home/oscar/.newsrc.eld...done Load-path shadows: None found. Features: (shadow emacsbug ispell whitespace vc-sccs vc-cvs vc-rcs vc-dir ewoc vc ffap find-dired smerge-mode grep dabbrev pcmpl-unix erc-menu erc-join erc-ring erc-networks erc-pcomplete erc-track erc-match erc-button erc-fill erc-stamp erc-netsplit erc-goodies erc erc-backend erc-compat thingatpt cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs cmake-mode mailalias newcomment tcl help-mode view wdired dired-aux org-indent org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp org-exp-blocks org-agenda org-info org-gnus org-bibtex org-bbdb org org-footnote org-src org-list org-faces org-compat org-macs noutline outline vc-bzr bbdb-com warnings multi-isearch flow-fill em-unix pcomplete em-term term ehelp electric em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic esh-opt em-banner em-alias esh-var esh-io esh-cmd esh-ext esh-proc esh-arg eldoc esh-groups eshell esh-module esh-mode esh-util sh-script executable sort gnus-cite smiley ansi-color mail-extr gnus-async gnus-bcklg gnus-ml disp-table parse-time nnfolder pop3 nnml nndraft nnmh auth-source gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view smime dig nntp gnus-cache gnus-sum nnoo gnus-group gnus-undo nnmail mail-source format-spec smtpmail sendmail gnus-start gnus-spec gnus-int gnus-range message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev gmm-utils mailheader canlock sha1 hex-util hashcash gnus-win gnus gnus-ems nnheader gnus-util netrc time-date mail-utils mm-util mail-prsvr org-install vc-dispatcher vc-svn jka-compr find-func timeclock timeclock-x compile comint lp0-mode preview prv-emacs info reporter desktop latex tex-style tex-buf tex tex-site auto-loads paren uniquify server psvn byte-opt bytecomp byte-compile derived edmacro kmacro wid-edit cl cl-19 log-edit ring pcvs-util add-log diff-mode easy-mmode pp elp ediff-merg ediff-diff ediff-wind ediff-mult ediff-help ediff-init ediff-util dired easymenu bbdb-autoloads bbdb regexp-opt timezone column-marker ido advice help-fns advice-preload 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 font-render-setting x-toolkit x multi-tty emacs) From unknown Sun Aug 17 04:16:46 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: ofv@wanadoo.es =?UTF-8?Q?(=C3=93scar?= Fuentes) Subject: bug#5539: closed (Re: bug#5539: 23.1.92; VC-dir does not handle deleted unversioned files) Message-ID: References: <87fx5drxyw.fsf@telefonica.net> X-Gnu-PR-Message: they-closed 5539 X-Gnu-PR-Package: emacs Reply-To: 5539@debbugs.gnu.org Date: Tue, 01 Jun 2010 07:21:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1275376862-15352-1" This is a multi-part message in MIME format... ------------=_1275376862-15352-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #5539: 23.1.92; VC-dir does not handle deleted unversioned files 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 5539@debbugs.gnu.org. --=20 5539: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5539 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1275376862-15352-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 5539-done) by debbugs.gnu.org; 1 Jun 2010 07:20: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 1OJLlu-0003zP-LT for submit@debbugs.gnu.org; Tue, 01 Jun 2010 03:20:22 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJLls-0003zI-Ij for 5539-done@debbugs.gnu.org; Tue, 01 Jun 2010 03:20:21 -0400 Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OJLlr-0003vT-BN; Tue, 01 Jun 2010 03:20:19 -0400 To: ofv@wanadoo.es Subject: Re: bug#5539: 23.1.92; VC-dir does not handle deleted unversioned files References: <87fx5drxyw.fsf@telefonica.net> From: Dan Nicolaescu X-Debbugs-No-Ack: yes In-Reply-To: <87fx5drxyw.fsf@telefonica.net> (ofv@wanadoo.es =?iso-8859-1?Q?=22=28=F3scar=22?= fuentes 's message of "Sun\, 07 Feb 2010 14\:12\:39 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Date: Tue, 01 Jun 2010 03:20:18 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 5539-done Cc: 5539-done@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: -6.5 (------) ofv@wanadoo.es "(=D3scar" Fuentes) writes: > On some bzr work tree, create a file: > > echo foo > foo > > Open a VC-dir buffer for that working tree. It will show the file > as > > unregistered foo > > Now, delete that file with M-x delete-file and refresh the VC-dir > buffer. It shows: > > nil foo > > AFAIK, the only way to remove `foo' from the VC-dir buffer is to kill > it. This should work now. ------------=_1275376862-15352-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Feb 2010 13:13: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 1Ne6x0-0006CX-GD for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:13:22 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ne6wd-0006Bl-ON for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:13:00 -0500 Received: from mail.gnu.org ([199.232.76.166]:44711 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ne6wY-0008Bp-K3 for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:12:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne6wV-0001Nc-M7 for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:12:54 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, DNS_FROM_RFC_ABUSE,UNPARSEABLE_RELAY autolearn=no version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:47250) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ne6wS-0001MR-Kk for submit@debbugs.gnu.org; Sun, 07 Feb 2010 08:12:48 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ne6wR-0001Ga-Pq for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:47 -0500 Received: from [199.232.76.173] (port=59817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne6wR-0001GB-Cn for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne6wN-0001KI-5w for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:46 -0500 Received: from impaqm4.telefonica.net ([213.4.138.4]:62250) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ne6wM-0001Jn-CS for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2010 08:12:42 -0500 Received: from IMPmailhost5.adm.correo ([10.20.102.126]) by IMPaqm4.telefonica.net with bizsmtp id eyph1d00W2jdgqJ3Q1Cg8k; Sun, 07 Feb 2010 14:12:40 +0100 Received: from qcore ([81.33.105.206]) by IMPmailhost5.adm.correo with BIZ IMP id f1Cf1d0044TCPR51l1CfhW; Sun, 07 Feb 2010 14:12:40 +0100 X-TE-authinfo: authemail="981711563$telefonica.net" |auth_email="981711563@telefonica.net" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" From: ofv@wanadoo.es (=?utf-8?Q?=C3=93scar?= Fuentes) To: bug-gnu-emacs@gnu.org Subject: 23.1.92; VC-dir does not handle deleted unversioned files Date: Sun, 07 Feb 2010 14:12:39 +0100 Message-ID: <87fx5drxyw.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 07 Feb 2010 08:13:20 -0500 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.9 (-----) On some bzr work tree, create a file: echo foo > foo Open a VC-dir buffer for that working tree. It will show the file as unregistered foo Now, delete that file with M-x delete-file and refresh the VC-dir buffer. It shows: nil foo AFAIK, the only way to remove `foo' from the VC-dir buffer is to kill it. In GNU Emacs 23.1.92.1 (x86_64-unknown-linux-gnu, X toolkit) of 2010-02-05 on qcore Windowing system distributor `The X.Org Foundation', version 11.0.10604000 configured using `configure '--with-x-toolkit=lucid' '--without-toolkit-scroll-bars'' 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: VC dir Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-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-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t TeX-PDF-mode: t show-paren-mode: t diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent input: o SPC t y i h i n k g s SPC t a h t SPC h a t SPC S u b v e r s i o n SPC h a n d l e s SPC w e l l . SPC I s SPC t h i s SPC c o r r e c t ? SPC B e c a u s e SPC i f SPC i t SPC i s SPC , SPC I SPC w a n t SPC t o SPC s t o p SPC u s i n g SPC b z r SPC a A S A P . M-d M-d c u r r e n t l y SPC C-a e v e n SPC C-k C-k C-k i s SPC u b y g g u g g y SPC a n d SPC M-q C-a C-SPC C-w C-c C-c d q d d d d q d d d d q g q y C-x k x x x Recent messages: Checking new news... Opening nntp server on news.gmane.org...done Checking new news...done Are you sure you want to quit reading news? (y or n) Saving file /home/oscar/.newsrc... Wrote /home/oscar/.newsrc Saving /home/oscar/.newsrc.eld... Saving file /home/oscar/.newsrc.eld... Wrote /home/oscar/.newsrc.eld Saving /home/oscar/.newsrc.eld...done Load-path shadows: None found. Features: (shadow emacsbug ispell whitespace vc-sccs vc-cvs vc-rcs vc-dir ewoc vc ffap find-dired smerge-mode grep dabbrev pcmpl-unix erc-menu erc-join erc-ring erc-networks erc-pcomplete erc-track erc-match erc-button erc-fill erc-stamp erc-netsplit erc-goodies erc erc-backend erc-compat thingatpt cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs cmake-mode mailalias newcomment tcl help-mode view wdired dired-aux org-indent org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp org-exp-blocks org-agenda org-info org-gnus org-bibtex org-bbdb org org-footnote org-src org-list org-faces org-compat org-macs noutline outline vc-bzr bbdb-com warnings multi-isearch flow-fill em-unix pcomplete em-term term ehelp electric em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic esh-opt em-banner em-alias esh-var esh-io esh-cmd esh-ext esh-proc esh-arg eldoc esh-groups eshell esh-module esh-mode esh-util sh-script executable sort gnus-cite smiley ansi-color mail-extr gnus-async gnus-bcklg gnus-ml disp-table parse-time nnfolder pop3 nnml nndraft nnmh auth-source gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view smime dig nntp gnus-cache gnus-sum nnoo gnus-group gnus-undo nnmail mail-source format-spec smtpmail sendmail gnus-start gnus-spec gnus-int gnus-range message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev gmm-utils mailheader canlock sha1 hex-util hashcash gnus-win gnus gnus-ems nnheader gnus-util netrc time-date mail-utils mm-util mail-prsvr org-install vc-dispatcher vc-svn jka-compr find-func timeclock timeclock-x compile comint lp0-mode preview prv-emacs info reporter desktop latex tex-style tex-buf tex tex-site auto-loads paren uniquify server psvn byte-opt bytecomp byte-compile derived edmacro kmacro wid-edit cl cl-19 log-edit ring pcvs-util add-log diff-mode easy-mmode pp elp ediff-merg ediff-diff ediff-wind ediff-mult ediff-help ediff-init ediff-util dired easymenu bbdb-autoloads bbdb regexp-opt timezone column-marker ido advice help-fns advice-preload 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 font-render-setting x-toolkit x multi-tty emacs) ------------=_1275376862-15352-1--