From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 24 03:03:38 2011 Received: (at submit) by debbugs.gnu.org; 24 Jun 2011 07:03:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qa0QT-0002AI-1L for submit@debbugs.gnu.org; Fri, 24 Jun 2011 03:03:37 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qa0QP-0002A3-8R for submit@debbugs.gnu.org; Fri, 24 Jun 2011 03:03:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa0QH-0007IH-VI for submit@debbugs.gnu.org; Fri, 24 Jun 2011 03:03:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RFC_ABUSE_POST, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:52229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa0QH-0007ID-OD for submit@debbugs.gnu.org; Fri, 24 Jun 2011 03:03:25 -0400 Received: from eggs.gnu.org ([140.186.70.92]:41994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa0QF-0004FF-Pg for bug-gnu-emacs@gnu.org; Fri, 24 Jun 2011 03:03:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa0QD-0007He-2I for bug-gnu-emacs@gnu.org; Fri, 24 Jun 2011 03:03:23 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa0QC-0007HK-ET for bug-gnu-emacs@gnu.org; Fri, 24 Jun 2011 03:03:20 -0400 Received: by wyg36 with SMTP id 36so2130758wyg.0 for ; Fri, 24 Jun 2011 00:03:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:user-agent :mime-version:content-type; bh=CMKUiwNbDe4zFePAxVRu0a6LW4DTa6qdEbZdO9WT+uQ=; b=wMtynKdnnUh7OPdQ8KwOdLM6Cmx9wqVs4aODMXdKJJ1f1nFFRQdOsnC0jFE0YhV08O W3IR4q77/YaCB7OlFAhSl6ytQig2NMKoB7jq/mG8JHUZcU16Nlg1BWYptfn9h4SiysXM jRpXlu8tqLx0R6v6TIiGMUjN+yVsvwu4wxoPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=fpRIcRnzGf1y3Y006ufGYDEZb3s/+BFY6zUKPEPnvHqQeUS/iZbQSBv+r3aABPlGcH K9adUtCLG7WSeirWz8+Kx1iA0B54pt00AkpTW8Obs5zSBOKQGhZWLfj6o7iC6ytNdLOC q7brQQV7F2vY6OBC/aR6A41GRbCwOh63YcoOE= Received: by 10.216.187.75 with SMTP id x53mr296880wem.92.1308898999132; Fri, 24 Jun 2011 00:03:19 -0700 (PDT) Received: from thierry-MM061 (43.77.197.77.rev.sfr.net [77.197.77.43]) by mx.google.com with ESMTPS id ei4sm1769223wbb.43.2011.06.24.00.03.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Jun 2011 00:03:18 -0700 (PDT) From: thierry To: bug-gnu-emacs@gnu.org Subject: 24.0.50; pcomplete regression Date: Fri, 24 Jun 2011 09:03:13 +0200 Message-ID: <87ei2j7lu6.fsf@gmail.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.3 (-----) 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: -5.3 (-----) Hi all, in emacs-24 i notice a regression with pcomplete: M-x eshell cd do M-: (pcomplete-completions) => doesn't return a list of directories starting with "do" but an elisp object unusable. In emacs-23 a list is returned as expected. However if i do: M-x eshell cd M-: (pcomplete-completions) I have a list of commands starting with "cd" as expected. In GNU Emacs 24.0.50.15 (i686-pc-linux-gnu, GTK+ Version 2.24.4) of 2011-06-23 on thierry-MM061 Windowing system distributor `The X.Org Foundation', version 11.0.11001000 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: fr_FR.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: TeX-PDF-mode: t eldoc-mode: t minibuffer-depth-indicate-mode: t auto-image-file-mode: t show-paren-mode: t display-time-mode: t diff-auto-refine-mode: t recentf-mode: t savehist-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: e t c d SPC d o M-: M-p e t C-x C-b C-M-SPC M-w M-x r e p o r t Recent messages: OVERVIEW Restoring buffers...91% OVERVIEW Restoring buffers...done Evaluating... See buffer *Pp Eval Output*. delete-backward-char: Text is read-only Mark set Load-path shadows: ~/elisp/ngnus/lisp/.dir-locals hides ~/elisp/org-active/.dir-locals ~/elisp/ngnus/lisp/lpath hides ~/elisp/emacs-wget/lpath ~/elisp/AC/popup hides ~/elisp/popup ~/.emacs.d/emacs-config-laptop/emacs-bugfix hides ~/elisp/emacs-bugfix ~/elisp/ngnus/lisp/password-cache hides /usr/local/share/emacs/24.0.50/lisp/password-cache ~/elisp/ngnus/lisp/format-spec hides /usr/local/share/emacs/24.0.50/lisp/format-spec ~/elisp/ngnus/lisp/color hides /usr/local/share/emacs/24.0.50/lisp/color ~/elisp/ngnus/lisp/md4 hides /usr/local/share/emacs/24.0.50/lisp/md4 ~/elisp/ngnus/lisp/hex-util hides /usr/local/share/emacs/24.0.50/lisp/hex-util ~/elisp/ngnus/lisp/dns-mode hides /usr/local/share/emacs/24.0.50/lisp/textmodes/dns-mode ~/elisp/ngnus/lisp/imap hides /usr/local/share/emacs/24.0.50/lisp/net/imap ~/elisp/ngnus/lisp/hmac-md5 hides /usr/local/share/emacs/24.0.50/lisp/net/hmac-md5 ~/elisp/ngnus/lisp/dig hides /usr/local/share/emacs/24.0.50/lisp/net/dig ~/elisp/ngnus/lisp/sasl hides /usr/local/share/emacs/24.0.50/lisp/net/sasl ~/elisp/ngnus/lisp/sasl-cram hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-cram ~/elisp/ngnus/lisp/sasl-digest hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-digest ~/elisp/ngnus/lisp/tls hides /usr/local/share/emacs/24.0.50/lisp/net/tls ~/elisp/ngnus/lisp/dns hides /usr/local/share/emacs/24.0.50/lisp/net/dns ~/elisp/ngnus/lisp/hmac-def hides /usr/local/share/emacs/24.0.50/lisp/net/hmac-def ~/elisp/ngnus/lisp/netrc hides /usr/local/share/emacs/24.0.50/lisp/net/netrc ~/elisp/ngnus/lisp/ntlm hides /usr/local/share/emacs/24.0.50/lisp/net/ntlm ~/elisp/ngnus/lisp/sasl-ntlm hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-ntlm ~/elisp/ngnus/lisp/binhex hides /usr/local/share/emacs/24.0.50/lisp/mail/binhex ~/elisp/ngnus/lisp/hashcash hides /usr/local/share/emacs/24.0.50/lisp/mail/hashcash ~/elisp/ngnus/lisp/uudecode hides /usr/local/share/emacs/24.0.50/lisp/mail/uudecode ~/elisp/ngnus/lisp/parse-time hides /usr/local/share/emacs/24.0.50/lisp/calendar/parse-time ~/elisp/ngnus/lisp/time-date hides /usr/local/share/emacs/24.0.50/lisp/calendar/time-date ~/elisp/ngnus/lisp/pgg-parse hides /usr/local/share/emacs/24.0.50/lisp/obsolete/pgg-parse ~/elisp/ngnus/lisp/pgg hides /usr/local/share/emacs/24.0.50/lisp/obsolete/pgg ~/elisp/ngnus/lisp/pgg-pgp5 hides /usr/local/share/emacs/24.0.50/lisp/obsolete/pgg-pgp5 ~/elisp/ngnus/lisp/pgg-pgp hides /usr/local/share/emacs/24.0.50/lisp/obsolete/pgg-pgp ~/elisp/ngnus/lisp/pgg-def hides /usr/local/share/emacs/24.0.50/lisp/obsolete/pgg-def ~/elisp/ngnus/lisp/pgg-gpg hides /usr/local/share/emacs/24.0.50/lisp/obsolete/pgg-gpg Features: (shadow gnus-cite gnus-dired gnus-registry registry eieio-base ert find-func debug mail-extr gnus-msg emacsbug pcmpl-unix preview prv-emacs tex-buf reftex-vcr reftex-dcr reftex-auc reftex reftex-vars font-latex latex tex-style tex latexenc vc-cvs vc-git xgit-dvc xgit xgit-annotate xgit-log sh-script vc-bzr bzr-dvc bzr dvc-annotate js imenu cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs conf-mode xhg-dvc xhg xhg-annotate xhg-mq xhg-log vc-rcs bzr-core xdarcs-core xgit-core xhg-core xmtn-minimal tla smerge-mode newcomment dvc-state dvc-config dvc-diff dvc-fileinfo diff dvc-cmenu dvc-about dvc-version dvc-revlist uniquify anything-esh em-unix 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-groups eshell esh-module esh-mode align-let server googlecl google-maps google-maps-static google-maps-geocode google-maps-base json simple-call-tree el-expectations el-mock csv2org iedit zop-to-char mule-util elscreen smallurl mm-url xml-weather rectangle-utils tv-utils eldoc-eval eldoc pcvs pcvs-parse pcvs-info pcvs-defs auto-document autodoc mb-depth ioccur moz cl-info slime-xref-browser slime-banner slime-tramp slime-asdf slime-fancy slime-fontifying-fu slime-package-fu slime-references slime-scratch slime-presentations slime-fuzzy slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-parse slime-repl slime hideshow hyperspec slime-autoloads boxquote rect image-file newsticker newst-treeview newst-plainview newst-reader newst-ticker newst-backend ledger-config ledger esh-arg esh-util lpr woman man two-column em-term term ehelp electric esh-toggle em-xtra flymake pdbtrack no-word regex-tool whitespace paren time dired-tar dired-extension image-dired yaoddmuse skeleton sgml-mode emms-mplayer-config emms-playlist-limit emms-volume emms-volume-amixer emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-lastfm-client parse-time emms-cue emms-mode-line-icon emms-browser sort emms-playlist-sort emms-last-played emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics emms-url hl-line emms-tag-editor emms-mark emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-playlist-mode emms-player-vlc emms-player-mplayer emms-info emms-streams later-do emms-source-playlist emms-source-file emms-player-simple emms-setup emms emms-compat winner dvc-init bzr-gnus tla-gnus xgit-gnus xhg-gnus gnus-art mm-uu mml2015 mm-view mml-smime smime dig nnir gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader dvc-gnus tla-core tla-autoconf tla-defs dvc-log vc vc-dispatcher dvc-unified dvc-tips dired-x ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff dvc-autoloads dvc-core dvc-lisp dvc-buffers dvc-ui dvc-register dvc-utils dvc-emacs ewoc dvc-defs dvc-site psvn log-edit pcvs-util add-log diff-mode htmlize-hack htmlize muse-colors muse-docbook muse-texinfo texnfo-upd texinfo muse-latex muse-html muse-xml-common muse-wiki cus-edit cus-start cus-load muse-publish muse-project muse-protocols muse-regexps muse muse-nested-tags muse-mode muse-autoloads org-config-thierry org-crypt cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs vc-hg org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp ob-exp org-exp-blocks org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-agenda appt diary-lib diary-loaddefs org-annotation-helper org-capture org-mks remember org-remember org-datetree config-w3m mime-w3m w3m doc-view jka-compr image-mode timezone w3m-hist w3m-fb w3m-ems w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util mime eword-decode mel path-util mime-parse std11 luna mime-def alist mcharset mcs-20 mcs-e20 pces pces-e20 pces-20 broken pcustom poe pym static apel-ver product w3m-load addressbook-bookmark message sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader firefox-protocol bookmark-uzbl-handler bookmark-firefox-handler url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse url-vars mailcap bookmark-extensions org ob-emacs-lisp ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys ob ob-eval org-pcomplete org-list org-faces org-compat org-entities org-macs noutline outline cal-menu calendar cal-loaddefs bookmark pp help-mode view recentf tree-widget wid-edit savehist init-anything-thierry descbinds-anything anything-ipython ipython python-mode info-look ansi-color executable shell pcomplete shell-history anything-complete anything-show-completion anything-obsolete anything-match-plugin anything-delicious xml anything-mercurial anything-config browse-url rx grep compile comint ring tramp tramp-compat format-spec tramp-loaddefs dired-aux ffap thingatpt anything warnings epa-file epa derived epg epg-config auth-source eieio byte-opt bytecomp byte-compile cconv macroexp assoc gnus-util time-date mm-util mail-prsvr password-cache dired regexp-opt gnus-load usage-memo punycode idna naquadah-theme eev-thierry edmacro kmacro iterator eev-all eev-mini-steps eev-browse-url eev-langs eev-compose eev-glyphs disp-table eev-insert eev-steps eev-bounded eev easy-mmode advice help-fns advice-preload w3m-wget preview-latex tex-site auto-loads info easymenu cl tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 25 12:43:41 2011 Received: (at submit) by debbugs.gnu.org; 25 Jun 2011 16:43:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QaVxN-0007v2-CH for submit@debbugs.gnu.org; Sat, 25 Jun 2011 12:43:41 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QaVxJ-0007un-L3 for submit@debbugs.gnu.org; Sat, 25 Jun 2011 12:43:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaVxD-0007eD-Je for submit@debbugs.gnu.org; Sat, 25 Jun 2011 12:43:32 -0400 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,FREEMAIL_FROM, RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:54807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaVxD-0007e9-IF for submit@debbugs.gnu.org; Sat, 25 Jun 2011 12:43:31 -0400 Received: from eggs.gnu.org ([140.186.70.92]:47085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaVxC-0000Sl-AL for bug-gnu-emacs@gnu.org; Sat, 25 Jun 2011 12:43:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaVxB-0007dx-Bo for bug-gnu-emacs@gnu.org; Sat, 25 Jun 2011 12:43:30 -0400 Received: from lo.gmane.org ([80.91.229.12]:37352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaVxB-0007dq-6h for bug-gnu-emacs@gnu.org; Sat, 25 Jun 2011 12:43:29 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QaVx7-00050C-VN for bug-gnu-emacs@gnu.org; Sat, 25 Jun 2011 18:43:25 +0200 Received: from 43.77.197.77.rev.sfr.net ([77.197.77.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Jun 2011 18:43:25 +0200 Received: from thierry.volpiatto by 43.77.197.77.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Jun 2011 18:43:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Thierry Volpiatto Subject: Re: bug#8926: 24.0.50; pcomplete regression Date: Sat, 25 Jun 2011 18:43:13 +0200 Lines: 32 Message-ID: <87tybdq2u6.fsf@gmail.com> References: <87ei2j7lu6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 43.77.197.77.rev.sfr.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:grNBD6aNb8Z55cggpiXe7612V0Y= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.3 (----) 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.3 (----) thierry writes: > Hi all, > in emacs-24 i notice a regression with pcomplete: > > M-x eshell > > cd do > > M-: (pcomplete-completions) > => doesn't return a list of directories starting with "do" but an elisp > object unusable. > > In emacs-23 a list is returned as expected. > > However if i do: > > M-x eshell > > cd > > M-: (pcomplete-completions) > > I have a list of commands starting with "cd" as expected. Note that loading the old file of emacs-23 here in emacs-24 make pcomplete work as expected. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 26 09:03:34 2011 Received: (at 8926) by debbugs.gnu.org; 26 Jun 2011 13:03: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 1Qaozs-0005Jj-Fm for submit@debbugs.gnu.org; Sun, 26 Jun 2011 09:03:33 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qaozq-0005JV-Gm; Sun, 26 Jun 2011 09:03:31 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAKItB05MCqDH/2dsb2JhbABTp0Z4iHTAJ4YwBJ4RhCk X-IronPort-AV: E=Sophos;i="4.65,428,1304308800"; d="scan'208";a="117142824" Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 26 Jun 2011 09:03:24 -0400 Received: by pastel.home (Postfix, from userid 20848) id 5CAD958FD6; Sun, 26 Jun 2011 09:03:23 -0400 (EDT) From: Stefan Monnier To: thierry Subject: Re: bug#8926: 24.0.50; pcomplete regression Message-ID: References: <87ei2j7lu6.fsf@gmail.com> Date: Sun, 26 Jun 2011 09:03:23 -0400 In-Reply-To: <87ei2j7lu6.fsf@gmail.com> (thierry's message of "Fri, 24 Jun 2011 09:03:13 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8926 Cc: 8926@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.1 (--) tags 8926 +wontfix thanks > in emacs-24 i notice a regression with pcomplete: > M-x eshell > cd do > M-: (pcomplete-completions) > => doesn't return a list of directories starting with "do" but an elisp > object unusable. Since Emacs-23, pcomplete-completions is defined to return a completion-table. A completion-table can be a list, an alist, an obarray, a hash-table, or a function. It is meant to be passed to `all-completions' or `try-completion'. I.e. if you do (all-completions "" (pcomplete-completions)) you'll get your list of directories again. Stefan From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 26 14:17:19 2011 Received: (at 8926) by debbugs.gnu.org; 26 Jun 2011 18:17:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QattW-00033x-VS for submit@debbugs.gnu.org; Sun, 26 Jun 2011 14:17:19 -0400 Received: from mail-ww0-f46.google.com ([74.125.82.46]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QattV-00033k-9P for 8926@debbugs.gnu.org; Sun, 26 Jun 2011 14:17:17 -0400 Received: by wwf25 with SMTP id 25so3935289wwf.15 for <8926@debbugs.gnu.org>; Sun, 26 Jun 2011 11:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=KTRaMA0x1VmKLBqcJz74gPwqUyMLgcjgPavbRU6/x2o=; b=HkAM2r5DDiS0OQGa9oWaLsyTTpXH+J+ixmhC9RUXnUShbdM13XeTslJipl1M2RPaW2 vycKdT1SJ/vSZuxueTPjTdJwIS90y1aGafWHaSuH8+YN5WTiGUgp0xXFkq3G5FiirZlc E9p3hBQe+99Z3D7HV3DWg+uBrEwNsmrFnRHI0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=YHqRJGwg0KRZqTHNyzhKed9LFzftNeG3VqCWSKV9sHJ3mYnviW4d5gb6SotsCZm7hz egG5xgO96Qcc0wYh//FopVi6ECNaEqFlQrSQdYMOtRvKtritdtRm/W7NEBVP8jdcP0sc kPVT9KIEfi7OAleV6lZZo6QamE7vy1ycjSum4= Received: by 10.227.134.72 with SMTP id i8mr4795268wbt.76.1309112231279; Sun, 26 Jun 2011 11:17:11 -0700 (PDT) Received: from thierry-MM061 (43.77.197.77.rev.sfr.net [77.197.77.43]) by mx.google.com with ESMTPS id et5sm3519790wbb.67.2011.06.26.11.17.08 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Jun 2011 11:17:09 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#8926: 24.0.50; pcomplete regression References: <87ei2j7lu6.fsf@gmail.com> Date: Sun, 26 Jun 2011 20:17:06 +0200 In-Reply-To: (Stefan Monnier's message of "Sun, 26 Jun 2011 09:03:23 -0400") Message-ID: <87aad4bgpp.fsf@gmail.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 8926 Cc: 8926@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: -4.2 (----) Stefan Monnier writes: > I.e. if you do (all-completions "" (pcomplete-completions)) you'll get > your list of directories again. Ok, i see, thanks Stefan. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 26 21:18:21 2011 Received: (at 8926) by debbugs.gnu.org; 27 Jun 2011 01:18:21 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qb0Sz-0008UW-1Y for submit@debbugs.gnu.org; Sun, 26 Jun 2011 21:18:21 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qb0Sx-0008UL-Qv for 8926@debbugs.gnu.org; Sun, 26 Jun 2011 21:18:20 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAMTZB05MCqDH/2dsb2JhbABSp0d4iHS+RYYwBJ4RhCk X-IronPort-AV: E=Sophos;i="4.65,429,1304308800"; d="scan'208";a="117164934" Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 26 Jun 2011 21:18:14 -0400 Received: by pastel.home (Postfix, from userid 20848) id D053758E05; Sun, 26 Jun 2011 21:18:13 -0400 (EDT) From: Stefan Monnier To: Thierry Volpiatto Subject: Re: bug#8926: 24.0.50; pcomplete regression Message-ID: References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> Date: Sun, 26 Jun 2011 21:18:13 -0400 In-Reply-To: <87tybdq2u6.fsf@gmail.com> (Thierry Volpiatto's message of "Sat, 25 Jun 2011 18:43:13 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8926 Cc: 8926@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.1 (--) >> in emacs-24 i notice a regression with pcomplete: >> >> M-x eshell >> >> cd do >> >> M-: (pcomplete-completions) >> => doesn't return a list of directories starting with "do" but an elisp >> object unusable. >> >> In emacs-23 a list is returned as expected. >> >> However if i do: >> >> M-x eshell >> >> cd >> >> M-: (pcomplete-completions) >> >> I have a list of commands starting with "cd" as expected. > Note that loading the old file of emacs-23 here in emacs-24 make > pcomplete work as expected. Yup. Because among the various completion cases, the case for "files" used to return a list and now returns a function. Both are valid completion tables. Any caller of pcomplete-completions should expect to receive a completion table and not just a list of strings. It may very well receive a list of strings (which is one kind of completion table), but it may just as well receive something else. Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 27 00:21:42 2011 Received: (at 8926) by debbugs.gnu.org; 27 Jun 2011 04:21:43 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qb3KQ-0004ks-DB for submit@debbugs.gnu.org; Mon, 27 Jun 2011 00:21:42 -0400 Received: from mail-ww0-f46.google.com ([74.125.82.46]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qb3KP-0004kg-1v for 8926@debbugs.gnu.org; Mon, 27 Jun 2011 00:21:41 -0400 Received: by wwf25 with SMTP id 25so4123262wwf.15 for <8926@debbugs.gnu.org>; Sun, 26 Jun 2011 21:21:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=juDdsIUBHByQUFKa6YfGUCk6nJLYZJuDAgtGwK59RmE=; b=mzC4CQqajn3+XiaUnvuBZnPBFIRjPb0FvJHWTicKdMn15yFWlYJDl0yfFv8brvD8eb sQjSxHS72GuP/+Whzbe6whwuYUq0JOavM9bieThMDUHbBP+ZyHD/4i9ApVUUVLAxjOMx CgcFq6dfMsB791My2X0GCIVGkOohwDidS7Hj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=ofc3HkpED8SSnU0QR+yQelH/35vvCePyxVclk13uNs9h+WBpkhJ5efaVqRtAin3NGF VAIAJtHXW1QcXOjkNlAZnSSkISWGIJMacz7TFMekrxaiFLHnPTeMoj9LL2NIySTsGK4g gsTqbWjddKzg0PWDsN/uNgrnDrQy8GXPKIAi8= Received: by 10.216.78.206 with SMTP id g56mr5027366wee.37.1309148493453; Sun, 26 Jun 2011 21:21:33 -0700 (PDT) Received: from thierry-MM061 (43.77.197.77.rev.sfr.net [77.197.77.43]) by mx.google.com with ESMTPS id g2sm2540761weg.38.2011.06.26.21.21.31 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Jun 2011 21:21:32 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#8926: 24.0.50; pcomplete regression References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> Date: Mon, 27 Jun 2011 06:21:29 +0200 In-Reply-To: (Stefan Monnier's message of "Sun, 26 Jun 2011 21:18:13 -0400") Message-ID: <87ei2f3nw6.fsf@gmail.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 8926 Cc: 8926@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: -4.2 (----) Stefan Monnier writes: > Yup. Because among the various completion cases, the case for "files" > used to return a list and now returns a function. Both are valid > completion tables. Any caller of pcomplete-completions should expect to > receive a completion table and not just a list of strings. It may very > well receive a list of strings (which is one kind of completion table), > but it may just as well receive something else. Yes i saw that, and it's what i didn't understand. Would be cool to have the docstring or comment somewhere explaining that. Thanks. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 12:51:40 2011 Received: (at 8926) by debbugs.gnu.org; 30 Jun 2011 16:51:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcKSq-0003st-3h for submit@debbugs.gnu.org; Thu, 30 Jun 2011 12:51:40 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcKSn-0003sh-PM for 8926@debbugs.gnu.org; Thu, 30 Jun 2011 12:51:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG+oDE5MCqDH/2dsb2JhbABSp1V4iHi/PYYxBJ5OhCs X-IronPort-AV: E=Sophos;i="4.65,451,1304308800"; d="scan'208";a="117790754" Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 30 Jun 2011 12:51:31 -0400 Received: by pastel.home (Postfix, from userid 20848) id A8BC75912D; Thu, 30 Jun 2011 12:51:31 -0400 (EDT) From: Stefan Monnier To: Thierry Volpiatto Subject: Re: bug#8926: 24.0.50; pcomplete regression Message-ID: References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> Date: Thu, 30 Jun 2011 12:51:31 -0400 In-Reply-To: <87ei2f3nw6.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 27 Jun 2011 06:21:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8926 Cc: 8926@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.1 (--) >> Yup. Because among the various completion cases, the case for "files" >> used to return a list and now returns a function. Both are valid >> completion tables. Any caller of pcomplete-completions should expect to >> receive a completion table and not just a list of strings. It may very >> well receive a list of strings (which is one kind of completion table), >> but it may just as well receive something else. > Yes i saw that, and it's what i didn't understand. > Would be cool to have the docstring or comment somewhere explaining > that. Patches welcome ;-) Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 12:53:56 2011 Received: (at 8926) by debbugs.gnu.org; 30 Jun 2011 16:53: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 1QcKV2-0003wL-2I for submit@debbugs.gnu.org; Thu, 30 Jun 2011 12:53:56 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcKV0-0003w9-Hj for 8926@debbugs.gnu.org; Thu, 30 Jun 2011 12:53:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAE+pDE5MCqDH/2dsb2JhbABSp1V4iHi/S4YxBJ5OhCs X-IronPort-AV: E=Sophos;i="4.65,451,1304308800"; d="scan'208";a="117792792" Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 30 Jun 2011 12:53:48 -0400 Received: by pastel.home (Postfix, from userid 20848) id 4BA765912D; Thu, 30 Jun 2011 12:53:48 -0400 (EDT) From: Stefan Monnier To: Thierry Volpiatto Subject: Re: bug#8926: 24.0.50; pcomplete regression Message-ID: References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> Date: Thu, 30 Jun 2011 12:53:48 -0400 In-Reply-To: <87ei2f3nw6.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 27 Jun 2011 06:21:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8926 Cc: 8926@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.1 (--) >> Yup. Because among the various completion cases, the case for "files" >> used to return a list and now returns a function. Both are valid >> completion tables. Any caller of pcomplete-completions should expect to >> receive a completion table and not just a list of strings. It may very >> well receive a list of strings (which is one kind of completion table), >> but it may just as well receive something else. > Yes i saw that, and it's what i didn't understand. BTW, the reason for the above change was not just to fix a bug when using pcomplete-completions-at-point but also so that partial-completion now works with pcomplete-entries (so you can "cd ~/e/e TAB" to go to ~/etc/emacs). Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 13:45:48 2011 Received: (at 8926) by debbugs.gnu.org; 30 Jun 2011 17:45:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcLJE-0008GD-IK for submit@debbugs.gnu.org; Thu, 30 Jun 2011 13:45:48 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcLJC-0008Fz-Kp for 8926@debbugs.gnu.org; Thu, 30 Jun 2011 13:45:47 -0400 Received: by wyj26 with SMTP id 26so1755660wyj.3 for <8926@debbugs.gnu.org>; Thu, 30 Jun 2011 10:45:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Jo6rMAPX5192D55ZMn17F6tlWD51eYyMfF9QdcEy6U8=; b=QcDORLDqMdZJWUIklAK1CHmrJwwFaHcaWwA42qVDv7m0bA+SPz2OJtxgoIPc5viA94 IV55mD07IVgvbf2bbvxPABV40hw9zFy7krsrhgpMlZ7xY3YZvv/ewnbHFnbcAk6bVd0i /ZrBbFJNJoFeZTMTFr3BdKRjw/zIaSU9jOGwo= Received: by 10.216.63.17 with SMTP id z17mr274355wec.98.1309455939532; Thu, 30 Jun 2011 10:45:39 -0700 (PDT) Received: from thierry-MM061 (43.77.197.77.rev.sfr.net [77.197.77.43]) by mx.google.com with ESMTPS id gg16sm1787040wbb.51.2011.06.30.10.45.36 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Jun 2011 10:45:37 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#8926: 24.0.50; pcomplete regression References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> Date: Thu, 30 Jun 2011 19:45:34 +0200 In-Reply-To: (Stefan Monnier's message of "Thu, 30 Jun 2011 12:53:48 -0400") Message-ID: <87hb77jjr5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 8926 Cc: 8926@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: -4.2 (----) Stefan Monnier writes: >>> Yup. Because among the various completion cases, the case for "files" >>> used to return a list and now returns a function. Both are valid >>> completion tables. Any caller of pcomplete-completions should expect to >>> receive a completion table and not just a list of strings. It may very >>> well receive a list of strings (which is one kind of completion table), >>> but it may just as well receive something else. >> Yes i saw that, and it's what i didn't understand. > > BTW, the reason for the above change was not just to fix a bug when > using pcomplete-completions-at-point but also so that partial-completion > now works with pcomplete-entries (so you can "cd ~/e/e TAB" to go to > ~/etc/emacs). Yes, but the downside is now that it is hard to use by external libraries outside the context of emacs shell/eshell. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 17:19:54 2011 Received: (at 8926) by debbugs.gnu.org; 30 Jun 2011 21:19:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcOeQ-0002Gs-Lb for submit@debbugs.gnu.org; Thu, 30 Jun 2011 17:19:54 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcOeO-0002Gg-R6 for 8926@debbugs.gnu.org; Thu, 30 Jun 2011 17:19:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAITnDE5MCqDH/2dsb2JhbABSp1t4x2yGMQSeToQr X-IronPort-AV: E=Sophos;i="4.65,454,1304308800"; d="scan'208";a="118218355" Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 30 Jun 2011 17:19:46 -0400 Received: by pastel.home (Postfix, from userid 20848) id 6BE845912D; Thu, 30 Jun 2011 17:19:46 -0400 (EDT) From: Stefan Monnier To: Thierry Volpiatto Subject: Re: bug#8926: 24.0.50; pcomplete regression Message-ID: References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> <87hb77jjr5.fsf@gmail.com> Date: Thu, 30 Jun 2011 17:19:46 -0400 In-Reply-To: <87hb77jjr5.fsf@gmail.com> (Thierry Volpiatto's message of "Thu, 30 Jun 2011 19:45:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8926 Cc: 8926@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.1 (--) >>>> Yup. Because among the various completion cases, the case for "files" >>>> used to return a list and now returns a function. Both are valid >>>> completion tables. Any caller of pcomplete-completions should expect to >>>> receive a completion table and not just a list of strings. It may very >>>> well receive a list of strings (which is one kind of completion table), >>>> but it may just as well receive something else. >>> Yes i saw that, and it's what i didn't understand. >> >> BTW, the reason for the above change was not just to fix a bug when >> using pcomplete-completions-at-point but also so that partial-completion >> now works with pcomplete-entries (so you can "cd ~/e/e TAB" to go to >> ~/etc/emacs). > Yes, but the downside is now that it is hard to use by external > libraries outside the context of emacs shell/eshell. Presumably such code already handles completion tables, so having to handle a completion table rather than a list of strings shouldn't be that much of a problem. Calling `all-completions' shouldn't scare those authors. Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 01 00:42:07 2011 Received: (at 8926) by debbugs.gnu.org; 1 Jul 2011 04:42:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcVYN-0004sR-BF for submit@debbugs.gnu.org; Fri, 01 Jul 2011 00:42:07 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcVYK-0004rw-Qj for 8926@debbugs.gnu.org; Fri, 01 Jul 2011 00:42:05 -0400 Received: by wyj26 with SMTP id 26so2009947wyj.3 for <8926@debbugs.gnu.org>; Thu, 30 Jun 2011 21:41:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=7O9tacdtLi/TYMF+2feh+z5atzW1C0qPFtH0gsnwl6g=; b=IM4ulZZEm6pL6nkQwUFQUbUlA5gw3WRImt/75vK0tmW+jGSZZbEUrP56Y3FX5j/hI5 mA5rVrnyRkHKEeu811lgWhJZEL98ahX8gWgfn8tZ8EeMg5PTHm++Tqd4bFyT6uOONnMM uxACA14v6JUXDk14d7rLGVK+1TubwXAddSXNw= Received: by 10.216.237.136 with SMTP id y8mr699641weq.76.1309495318838; Thu, 30 Jun 2011 21:41:58 -0700 (PDT) Received: from thierry-MM061 (43.77.197.77.rev.sfr.net [77.197.77.43]) by mx.google.com with ESMTPS id k49sm1427668weq.31.2011.06.30.21.41.52 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Jun 2011 21:41:54 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#8926: 24.0.50; pcomplete regression References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> <87hb77jjr5.fsf@gmail.com> Date: Fri, 01 Jul 2011 06:41:50 +0200 In-Reply-To: (Stefan Monnier's message of "Thu, 30 Jun 2011 17:19:46 -0400") Message-ID: <87tyb6629d.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 8926 Cc: 8926@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: -4.1 (----) Stefan Monnier writes: >>>>> Yup. Because among the various completion cases, the case for "files" >>>>> used to return a list and now returns a function. Both are valid >>>>> completion tables. Any caller of pcomplete-completions should expect to >>>>> receive a completion table and not just a list of strings. It may very >>>>> well receive a list of strings (which is one kind of completion table), >>>>> but it may just as well receive something else. >>>> Yes i saw that, and it's what i didn't understand. >>> >>> BTW, the reason for the above change was not just to fix a bug when >>> using pcomplete-completions-at-point but also so that partial-completion >>> now works with pcomplete-entries (so you can "cd ~/e/e TAB" to go to >>> ~/etc/emacs). >> Yes, but the downside is now that it is hard to use by external >> libraries outside the context of emacs shell/eshell. > > Presumably such code already handles completion tables, so having to > handle a completion table rather than a list of strings shouldn't be > that much of a problem. Calling `all-completions' shouldn't scare > those authors. The problem is not here, the problem is we have now to do extra computing to extract the context (i.e command?, lisp-sym?, filename?...). before, running `pcomplete-completions' was doing all the job, now we have to use also (funcall (pcomplete-entries) string nil nil) to guess filename, and then decide what to do. e.g (all-completions what (pcomplete-completions)) now we have to extract "what", before `pcomplete-completions' was guessing that alone. It would be better if it was returning always a table or always a list. With a table we could use (funcall (pcomplete-completions)) whithout worring about "what". -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 01 10:33:55 2011 Received: (at 8926) by debbugs.gnu.org; 1 Jul 2011 14:33:55 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qcen5-0005k5-AF for submit@debbugs.gnu.org; Fri, 01 Jul 2011 10:33:55 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qcen2-0005jt-W1 for 8926@debbugs.gnu.org; Fri, 01 Jul 2011 10:33:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EABPaDU5MCqDH/2dsb2JhbABSp2J4iHm/S4YyBJ5ThCw X-IronPort-AV: E=Sophos;i="4.65,458,1304308800"; d="scan'208";a="118300418" Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 01 Jul 2011 10:33:46 -0400 Received: by pastel.home (Postfix, from userid 20848) id 93A3F5912D; Fri, 1 Jul 2011 10:33:46 -0400 (EDT) From: Stefan Monnier To: Thierry Volpiatto Subject: Re: bug#8926: 24.0.50; pcomplete regression Message-ID: References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> <87hb77jjr5.fsf@gmail.com> <87tyb6629d.fsf@gmail.com> Date: Fri, 01 Jul 2011 10:33:46 -0400 In-Reply-To: <87tyb6629d.fsf@gmail.com> (Thierry Volpiatto's message of "Fri, 01 Jul 2011 06:41:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8926 Cc: 8926@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.1 (--) >> Presumably such code already handles completion tables, so having to >> handle a completion table rather than a list of strings shouldn't be >> that much of a problem. Calling `all-completions' shouldn't scare >> those authors. > The problem is not here, the problem is we have now to do extra > computing to extract the context (i.e command?, lisp-sym?, filename?...). > before, running `pcomplete-completions' was doing all the job, now we > have to use also (funcall (pcomplete-entries) string nil nil) to guess > filename, and then decide what to do. > e.g > (all-completions what (pcomplete-completions)) > now we have to extract "what", before `pcomplete-completions' was guessing > that alone. Am I missing something? pcomplete-completions can't be called just like that, you have to let-bind a bunch of vars, among which pcomplete-stub which will hold the `what': (let* (pcomplete-stub ..various other pcomplete vars need to be let-bound here otherwise ..pcomplete-completions will modify the global vars instead. (table (pcomplete-completions)) (old-style-completion-list (all-completions pcomplete-stub table))) ..use old-style-completion-list..) Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 01 15:30:42 2011 Received: (at 8926) by debbugs.gnu.org; 1 Jul 2011 19:30:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcjQH-0007I9-Sz for submit@debbugs.gnu.org; Fri, 01 Jul 2011 15:30:42 -0400 Received: from mail-ww0-f42.google.com ([74.125.82.42]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcjQG-0007Hv-E1 for 8926@debbugs.gnu.org; Fri, 01 Jul 2011 15:30:41 -0400 Received: by wwg11 with SMTP id 11so195635wwg.3 for <8926@debbugs.gnu.org>; Fri, 01 Jul 2011 12:30:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=teQyFARrF6R7rzdfgpWBZxw3sdjMPh+O/n4OgYgfPUM=; b=qUHJCdkm6y4uBM51vUwx9a5d7ODNxFTe73AofWK1VC5Dj1G2D1l4x0Tcu+mGfzsbaR dNy3xRHMVPlIbI2bMQUoUeIvaef9cqnedkhYEMN8P8eK2+BfkJ7DZyDxBHL2rgRx5GyM KynU8rDoqVBWqqalIFmoaI/vCyZRj0RKU1JQw= Received: by 10.227.179.2 with SMTP id bo2mr3330793wbb.92.1309548632171; Fri, 01 Jul 2011 12:30:32 -0700 (PDT) Received: from thierry-MM061 (43.77.197.77.rev.sfr.net [77.197.77.43]) by mx.google.com with ESMTPS id en1sm2558809wbb.35.2011.07.01.12.30.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Jul 2011 12:30:31 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#8926: 24.0.50; pcomplete regression References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> <87hb77jjr5.fsf@gmail.com> <87tyb6629d.fsf@gmail.com> Date: Fri, 01 Jul 2011 21:30:28 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 01 Jul 2011 10:33:46 -0400") Message-ID: <87hb75n6i3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: 8926 Cc: 8926@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: -4.1 (----) Stefan Monnier writes: >>> Presumably such code already handles completion tables, so having to >>> handle a completion table rather than a list of strings shouldn't be >>> that much of a problem. Calling `all-completions' shouldn't scare >>> those authors. >> The problem is not here, the problem is we have now to do extra >> computing to extract the context (i.e command?, lisp-sym?, filename?...). >> before, running `pcomplete-completions' was doing all the job, now we >> have to use also (funcall (pcomplete-entries) string nil nil) to guess >> filename, and then decide what to do. > >> e.g >> (all-completions what (pcomplete-completions)) >> now we have to extract "what", before `pcomplete-completions' was guessing >> that alone. > > Am I missing something? pcomplete-completions can't be called just like > that, you have to let-bind a bunch of vars, among which pcomplete-stub > which will hold the `what': > > (let* (pcomplete-stub > ..various other pcomplete vars need to be let-bound here otherwise > ..pcomplete-completions will modify the global vars instead. > (table (pcomplete-completions)) > (old-style-completion-list (all-completions pcomplete-stub table))) > ..use old-style-completion-list..) Thanks that's working, i was let binding all these, but wasn't passing pcomplete-stub to all-completions. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 01 17:59:58 2011 Received: (at 8926) by debbugs.gnu.org; 1 Jul 2011 21:59:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qclkk-0004yw-8K for submit@debbugs.gnu.org; Fri, 01 Jul 2011 17:59:58 -0400 Received: from mail-ww0-f46.google.com ([74.125.82.46]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qclkh-0004yj-Rn for 8926@debbugs.gnu.org; Fri, 01 Jul 2011 17:59:56 -0400 Received: by wwf25 with SMTP id 25so3563947wwf.15 for <8926@debbugs.gnu.org>; Fri, 01 Jul 2011 14:59:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=1+w6T2dgFjLiXJKpKWdc0WbmwDcNJMLkdnBADQ5g8xg=; b=EDKx4XDoBnTHcGqhX9d+P/lKLg9txcuyxoz7hjPninmM1sttdXcVT035xi1UwZYaQC V+USlKN3HoX89XiSxWRf37+30y6T3QAX09kLRy7SndnSzVoCsOviFxo6quOuoQgMIcbq P6W5oUCSA7OqpeN1ZYr0gzEFRYShPRQt2uubU= Received: by 10.227.157.75 with SMTP id a11mr3301845wbx.74.1309557589910; Fri, 01 Jul 2011 14:59:49 -0700 (PDT) Received: from thierry-MM061 (43.77.197.77.rev.sfr.net [77.197.77.43]) by mx.google.com with ESMTPS id n18sm2633200wbh.6.2011.07.01.14.59.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Jul 2011 14:59:48 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#8926: 24.0.50; pcomplete regression References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> Date: Fri, 01 Jul 2011 23:59:45 +0200 In-Reply-To: (Stefan Monnier's message of "Thu, 30 Jun 2011 12:53:48 -0400") Message-ID: <874o35ek6m.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: 8926 Cc: 8926@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: -4.1 (----) Stefan Monnier writes: >>> Yup. Because among the various completion cases, the case for "files" >>> used to return a list and now returns a function. Both are valid >>> completion tables. Any caller of pcomplete-completions should expect to >>> receive a completion table and not just a list of strings. It may very >>> well receive a list of strings (which is one kind of completion table), >>> but it may just as well receive something else. >> Yes i saw that, and it's what i didn't understand. > > BTW, the reason for the above change was not just to fix a bug when > using pcomplete-completions-at-point but also so that partial-completion > now works with pcomplete-entries (so you can "cd ~/e/e TAB" to go to > ~/etc/emacs). About this: If i want to do cd /tmp, i do: cd /t TAB and it seem pcomplete start searching possibles completion and start searching remote with tramp (and hang because connection is closed). -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 12:00:43 2011 Received: (at 8926) by debbugs.gnu.org; 4 Jul 2011 16:00:43 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdlZj-0005rs-26 for submit@debbugs.gnu.org; Mon, 04 Jul 2011 12:00:43 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdlZh-0005rh-9q for 8926@debbugs.gnu.org; Mon, 04 Jul 2011 12:00:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAOTiEU5FxIxr/2dsb2JhbABTp3t4iHrBBoY2BJ5chCw X-IronPort-AV: E=Sophos;i="4.65,473,1304308800"; d="scan'208";a="120380064" Received: from 69-196-140-107.dsl.teksavvy.com (HELO pastel.home) ([69.196.140.107]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 04 Jul 2011 12:00:35 -0400 Received: by pastel.home (Postfix, from userid 20848) id 11D4859173; Mon, 4 Jul 2011 12:00:35 -0400 (EDT) From: Stefan Monnier To: Thierry Volpiatto Subject: Re: bug#8926: 24.0.50; pcomplete regression Message-ID: References: <87ei2j7lu6.fsf@gmail.com> <87tybdq2u6.fsf@gmail.com> <87ei2f3nw6.fsf@gmail.com> <874o35ek6m.fsf@gmail.com> Date: Mon, 04 Jul 2011 12:00:35 -0400 In-Reply-To: <874o35ek6m.fsf@gmail.com> (Thierry Volpiatto's message of "Fri, 01 Jul 2011 23:59:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8926 Cc: 8926@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.1 (--) > If i want to do cd /tmp, i do: > cd /t TAB and it seem pcomplete start searching possibles completion and > start searching remote with tramp I don't know how my change might have triggered this. > (and hang because connection is closed). And I know even less why a closed connection would hang Tramp. So I suggest you pen a new bug-report about this. Stefan From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 00:45:42 2011 Received: (at control) by debbugs.gnu.org; 11 Sep 2011 04:45:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2bvJ-0007o1-G8 for submit@debbugs.gnu.org; Sun, 11 Sep 2011 00:45:42 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2bvD-0007jx-PO for control@debbugs.gnu.org; Sun, 11 Sep 2011 00:45:36 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2br2-0001V4-6I for control@debbugs.gnu.org; Sun, 11 Sep 2011 06:41:16 +0200 Date: Sun, 11 Sep 2011 06:38:16 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #8926 X-MailScanner-ID: 1R2br2-0001V4-6I X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316320876.29299@n5CBxDm7QJxP3/5cFN4gbg X-Spam-Status: No X-Spam-Score: -2.7 (--) 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: -2.7 (--) close 8926 From unknown Sun Aug 17 10:22:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Oct 2011 11: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