From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 07 11:18:54 2010 Received: (at submit) by debbugs.gnu.org; 7 Sep 2010 15:18: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 1Oszwj-0000q2-T6 for submit@debbugs.gnu.org; Tue, 07 Sep 2010 11:18:54 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oszwg-0000pv-Hy for submit@debbugs.gnu.org; Tue, 07 Sep 2010 11:18:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OszyU-0002PI-0T for submit@debbugs.gnu.org; Tue, 07 Sep 2010 11:20:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:35321) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OszyS-0002Op-7B for submit@debbugs.gnu.org; Tue, 07 Sep 2010 11:20:41 -0400 Received: from [140.186.70.92] (port=42100 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OszyO-0002eO-DR for bug-gnu-emacs@gnu.org; Tue, 07 Sep 2010 11:20:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OszyJ-0002NA-5l for bug-gnu-emacs@gnu.org; Tue, 07 Sep 2010 11:20:35 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44270) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OszyI-0002N4-Us for bug-gnu-emacs@gnu.org; Tue, 07 Sep 2010 11:20:31 -0400 Received: by wyb36 with SMTP id 36so7235345wyb.0 for ; Tue, 07 Sep 2010 08:20:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization :date:message-id:user-agent:mime-version:content-type; bh=iyy2AWFSJs/U8iLbnDkHF2jOYpBwJjeHn+YTWBv6eyY=; b=mgkTaRdlQiiFTzqZOQrLsYC6hbPK7lCZ+SykLx+5CJxK2XLc275jwJ/soZQWa8PHHh 3NYVWhH2LKR58jVorOAwpzakPjAVRHtEHpi3IRPJy/DNVAKf5YqnYzjh59uCpGtcb4IS KSVSo0KpFu/MGCrP+jKfniM9DuMmHgy5PE9I8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:organization:date:message-id:user-agent :mime-version:content-type; b=u5kc/NsHnEcPFvAQQs2t9ub5SodUu2AcytDqCQnU205fNjuB6d67yPAqfuSm/Z264b m51XaXmoyFJWI29acTtO7NgGaj1IYWeRVzis5RCgCa54Yl7t+GgQ3zKZUeg04LjYk6ZE 27Vkqk2hxuRxnx6ufOEDoudMhG7Sm3wmJOJe8= Received: by 10.227.69.134 with SMTP id z6mr22478wbi.201.1283872829594; Tue, 07 Sep 2010 08:20:29 -0700 (PDT) Received: from tux.homenetwork (125.77.197-77.rev.gaoland.net [77.197.77.125]) by mx.google.com with ESMTPS id b23sm5818283wbb.10.2010.09.07.08.20.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Sep 2010 08:20:28 -0700 (PDT) From: Thierry Volpiatto To: bug-gnu-emacs@gnu.org Subject: 24.0.50; flyspell broken in emacs24 Organization: ThierryVolpiatto Date: Tue, 07 Sep 2010 17:18:19 +0200 Message-ID: <877hixvays.fsf@tux.homenetwork> User-Agent: Gnus/5.13 (Gnus v5.13) 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, seldom 2.4 (older, 4) X-Spam-Score: -4.1 (----) 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.4 (-----) Hi all, flyspell-mode fail when i set ,---- | (setq-default ispell-program-name "aspell") | (setq ispell-local-dictionary "francais") `---- ,---- | Enabling Flyspell mode gave an error `---- It work fine when i use it in emacs -Q with no setting but fail if i want to switch to english (en). It work fine also in emacs-23.2 with same setting. I think the bug is located somewhere in ispell. In emacs -Q: M-x flyspell-mode ==> Ok i have flyspell with french language. M-x ispell-change-dictionary ,---- | Debug on Error enabled globally | Starting new Ispell process [default] ... | Ispell process killed | Local Ispell dictionary set to en | Starting new Ispell process [en] ... | Error in post-command-hook: (void-variable args) `---- ,---- | Debugger entered--entering a function: | * ispell-change-dictionary("en" nil) | call-interactively(ispell-change-dictionary t nil) | execute-extended-command(nil) | call-interactively(execute-extended-command nil nil) `---- In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-09-06 on tux Windowing system distributor `The X.Org Foundation', version 11.0.10707000 configured using `configure '--prefix=/usr' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--program-suffix=-emacs-24' '--infodir=/usr/share/info/emacs-24' '--with-crt-dir=/usr/lib' '--without-compress-info' '--with-sound' '--with-x' '--without-gconf' '--without-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-imagemagick' '--with-xft' '--without-libotf' '--without-m17n-flt' '--with-x-toolkit=gtk' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-march=i686 -pipe -O2' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: fr_FR.UTF-8 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.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: global-undo-tree-mode: t undo-tree-mode: t eldoc-mode: t minibuffer-depth-indicate-mode: t auto-image-file-mode: t shell-dirtrack-mode: t show-paren-mode: t display-time-mode: t diff-auto-refine-mode: t recentf-mode: t savehist-mode: t desktop-save-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: o r : f C-h e M-> C-SPC C-e M-w C-x b C-y T h i s SPC i s SPC r e c e n t SPC i SPC t h i n k , SPC t h i s SPC e r r o r SPC a p p e a r SPC w i t h SPC t h i s SPC s e t t i n g : C-y M-y C-SPC C-e q r C-a C-SPC C-n C-n q r W o r k SPC f i n e SPC i n SPC e m a c s - 2 3 . 2 SPC w i t h SPC s a m e SPC s e t t i n g C-x C-o C-e . W o r k SPC f i n e SPC i n SPC e m a c s SPC - Q SPC w i t h SPC n o SPC s e t t i n g C-c C-k y C-SPC C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-g C-S-n C-S-n C-S-n C-S-n C-S-n C-S-n C-S-n C-S-n C-S-n C-S-n C-S-n C-S-n C-g M-x r e p o r t - Recent messages: Mark set [6 times] Auto-saving...done Auto-saving...done Message modified; kill anyway? (y or n) Mark set Quit Mark set Collecting symbols...done Quit Load-path shadows: /home/thierry/elisp/AC/auto-complete hides /home/thierry/elisp/auto-complete /home/thierry/elisp/subversion/psvn hides /usr/share/emacs/site-lisp/subversion/psvn ~/elisp/g-client/json hides /usr/share/emacs/24.0.50/lisp/json /usr/share/emacs/site-lisp/flim/hex-util hides /usr/share/emacs/24.0.50/lisp/hex-util /usr/share/emacs/site-lisp/flim/sha1 hides /usr/share/emacs/24.0.50/lisp/sha1 /usr/share/emacs/site-lisp/flim/md4 hides /usr/share/emacs/24.0.50/lisp/md4 /usr/share/emacs/site-lisp/flim/ntlm hides /usr/share/emacs/24.0.50/lisp/net/ntlm /usr/share/emacs/site-lisp/flim/hmac-def hides /usr/share/emacs/24.0.50/lisp/net/hmac-def /usr/share/emacs/site-lisp/flim/sasl-digest hides /usr/share/emacs/24.0.50/lisp/net/sasl-digest /usr/share/emacs/site-lisp/flim/sasl hides /usr/share/emacs/24.0.50/lisp/net/sasl /usr/share/emacs/site-lisp/flim/hmac-md5 hides /usr/share/emacs/24.0.50/lisp/net/hmac-md5 /usr/share/emacs/site-lisp/flim/sasl-cram hides /usr/share/emacs/24.0.50/lisp/net/sasl-cram /usr/share/emacs/site-lisp/flim/sasl-ntlm hides /usr/share/emacs/24.0.50/lisp/net/sasl-ntlm /home/thierry/elisp/emms/lisp/tq hides /usr/share/emacs/24.0.50/lisp/emacs-lisp/tq Features: (flyspell ispell shadow epa-mail gnus-fun emacsbug gnus-cite smiley mail-extr gnus-ml sb-emacswiki sb-rss nnrss nnfolder nnml nndraft nnmh netrc gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-cache gnus-demon gnus-namazu gnus-dired nnshimbun shimbun luna eword-encode eword-decode std11 mel path-util mime-def mcharset mcs-20 mcs-e20 pces pces-e20 pces-20 broken pcustom poe gnus-bcklg spam spam-stat bbdb-com bbdb gnus-uu yenc gnus-msg gnus-alias w3m-form w3m-cookie w3m-tabmenu w3m-session xgit-dvc xgit xgit-annotate dvc-annotate xgit-log dvc-bookmarks xhg-dvc xhg xhg-annotate xhg-mq xhg-log vc-rcs align-let server finder-inf package google-maps google-maps-static google-maps-geocode google-maps-base json simple-call-tree el-expectations el-mock csv2org iedit eieio-base eieio zop-to-char elscreen-server elscreen-dired elscreen-w3m mule-util alist pym static apel-ver product elscreen undo-tree smallurl mm-url xml-weather rectangle-utils auto-document eiv tv-utils eldoc pcvs pcvs-parse pcvs-info pcvs-defs init-anything-thierry descbinds-anything anything-ipython shell-history anything-complete anything-show-completion anything-etags anything-match-plugin etags anything-traverse anything-delicious anything-mercurial addressbook-bookmark bzr-core cg-core xdarcs-core xgit-core xhg-core xmtn-minimal tla smerge-mode dvc-state dvc-config dvc-diff dvc-fileinfo diff dvc-cmenu dvc-about dvc-version dvc-revlist uniquify anything-config w3m-bookmark rx anything firefox-protocol bookmark-firefox-handler bookmark-extensions bookmark install-elisp find-func mb-depth autodoc ioccur traverselisp thumb-page 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 apropos hideshow hyperspec thingatpt slime-autoloads boxquote rect image-file tramp-imap tramp-gw tramp-fish tramp-smb tramp-cache tramp-ftp tramp-cmds tramp tramp-compat trampver newsticker newst-treeview newst-plainview newst-reader newst-ticker newst-backend ledger pcomplete esh-arg esh-util lpr woman man assoc two-column shell-command em-term term ehelp electric esh-toggle em-xtra flymake pdbtrack pycomplete pymacs ipython python-mode info-look ansi-color executable shell no-word regex-tool whitespace htmlfontify paren time dired-tar compile dired-extension image-dired dired-details yaoddmuse skeleton sgml-mode emms-mpd-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 xml 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 smime password-cache dig dvc-gnus tla-core pp tla-autoconf tla-defs dvc-log vc vc-dispatcher dvc-unified dvc-tips dired-x dired-aux ffap 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 org-bbdb org-agenda appt diary-lib diary-loaddefs org-annotation-helper url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse url-vars mailcap org-capture org-mks remember org-remember org-datetree org byte-opt warnings bytecomp byte-compile ob-emacs-lisp ob-keys ob-comint comint ring ob-tangle ob-ref ob-lob ob-table ob org-footnote org-src org-list org-faces org-compat org-entities org-macs noutline outline cal-menu calendar cal-loaddefs config-w3m w3m browse-url doc-view jka-compr image-mode timezone w3m-hist w3m-fb w3m-ems w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util mime-w3m w3m-load recentf tree-widget savehist epa-file epa derived epg epg-config auth-source dired gnus-async nntp gnus-sum nnoo gnus-group time-date gnus-undo nnmail mail-source format-spec gnus-start gnus-spec gnus-int gnus-range message sendmail regexp-opt rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader gnus-util mail-utils mm-util mail-prsvr wid-edit info easymenu usage-memo desktop punycode idna basic-theme edmacro kmacro eev-thierry 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 cl cl-19 site-gentoo w3m-wget preview-latex tex-site auto-loads 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 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 dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- Thierry Volpiatto Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 07 12:12:17 2010 Received: (at 6994) by debbugs.gnu.org; 7 Sep 2010 16:12:17 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot0mO-0001C5-Cs for submit@debbugs.gnu.org; Tue, 07 Sep 2010 12:12:16 -0400 Received: from edison.ccupm.upm.es ([138.100.4.49] helo=smtp.upm.es) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot0mM-0001Bn-Mn; Tue, 07 Sep 2010 12:12:15 -0400 Received: from agmartin.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by smtp.upm.es (8.14.3/8.14.3/edison-001) with ESMTP id o87GE9ml013881; Tue, 7 Sep 2010 18:14:09 +0200 Received: by agmartin.aq.upm.es (Postfix, from userid 1000) id D8E584632A; Tue, 7 Sep 2010 18:14:09 +0200 (CEST) Date: Tue, 7 Sep 2010 18:14:09 +0200 From: Agustin Martin To: 6993@debbugs.gnu.org, 6994@debbugs.gnu.org, jidanni@jidanni.org, Thierry Volpiatto Subject: Re: bug#6993: Enabling Flyspell mode gave an error Message-ID: <20100907161409.GA9762@agmartin.aq.upm.es> References: <87tym1zk1c.fsf@jidanni.org> <20100907155431.GA9663@agmartin.aq.upm.es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100907155431.GA9663@agmartin.aq.upm.es> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 6994 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 6993 6994 thanks On Tue, Sep 07, 2010 at 05:54:31PM +0200, Agustin Martin wrote: > On Tue, Sep 07, 2010 at 10:48:47PM +0800, jidanni@jidanni.org wrote: > > $ emacs -Q -nw -f flyspell-mode > > Enabling Flyspell mode gave an error > > $ apt-cache policy emacs-snapshot > > Installed: 1:20100903-2 > > Hi, Dan, > > If you are using Debian emacs-snapshot please test > > $ emacs-snapshot -Q -nw -f flyspell-mode > > That is causing no problems here (1:20100903-2 too). Forget about this, just read more details in #6994 and can reproduce this when using 'en' dict. This is not flyspell-specific, but also happens when running ispell-word after having selected 'en' dict. Even seems to happen for every dictionary other than 'default'. I am merging both bug reports, please send followups to #6994, where more details are present. -- Agustin From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 07 14:11:12 2010 Received: (at 6994-done) by debbugs.gnu.org; 7 Sep 2010 18:11:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot2dU-0002iq-30 for submit@debbugs.gnu.org; Tue, 07 Sep 2010 14:11:12 -0400 Received: from fibonacci.ccupm.upm.es ([138.100.198.70] helo=smtp.upm.es) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot2dS-0002ii-Gl; Tue, 07 Sep 2010 14:11:11 -0400 Received: from agmartin.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by smtp.upm.es (8.14.3/8.14.3/fibonacci-001) with ESMTP id o87ID6K7009525; Tue, 7 Sep 2010 20:13:06 +0200 Received: by agmartin.aq.upm.es (Postfix, from userid 1000) id 773F54632A; Tue, 7 Sep 2010 20:13:06 +0200 (CEST) Date: Tue, 7 Sep 2010 20:13:06 +0200 From: Agustin Martin To: 6993-done@debbugs.gnu.org, 6994-done@debbugs.gnu.org Subject: Re: bug#6993: Enabling Flyspell mode gave an error Message-ID: <20100907181306.GA23334@agmartin.aq.upm.es> References: <87tym1zk1c.fsf@jidanni.org> <20100907155431.GA9663@agmartin.aq.upm.es> <20100907161409.GA9762@agmartin.aq.upm.es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100907161409.GA9762@agmartin.aq.upm.es> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6994-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.4 (------) On Tue, Sep 07, 2010 at 06:14:09PM +0200, Agustin Martin wrote: > This is not flyspell-specific, but also happens when running ispell-word > after having selected 'en' dict. Even seems to happen for every dictionary > other than 'default'. Debugged and noticed that problematic code is not run for default dict (nil) > I am merging both bug reports, please send followups to #6994, where more > details are present. Just committed a change that should make sure that original arg list is always initialized before used (at least here it does ;-)). I am thus closing this bug report. Please reopen if this does not properly fix the problem at your site. Thanks for the feedback. -- Agustin From unknown Thu Aug 14 22:14:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 06 Oct 2010 11:24:03 +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