From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 28 05:05:36 2015 Received: (at submit) by debbugs.gnu.org; 28 Apr 2015 09:05:36 +0000 Received: from localhost ([127.0.0.1]:42023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yn1SR-0001cq-0Q for submit@debbugs.gnu.org; Tue, 28 Apr 2015 05:05:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51811) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yn1SN-0001ca-Q8 for submit@debbugs.gnu.org; Tue, 28 Apr 2015 05:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn1SD-0006Zj-Nn for submit@debbugs.gnu.org; Tue, 28 Apr 2015 05:05:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn1SD-0006Zf-Li for submit@debbugs.gnu.org; Tue, 28 Apr 2015 05:05:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn1S9-00061j-H9 for bug-gnu-emacs@gnu.org; Tue, 28 Apr 2015 05:05:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn1S5-0006YC-Hg for bug-gnu-emacs@gnu.org; Tue, 28 Apr 2015 05:05:17 -0400 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:36528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn1S5-0006Y1-67 for bug-gnu-emacs@gnu.org; Tue, 28 Apr 2015 05:05:13 -0400 Received: by lbbqq2 with SMTP id qq2so101951173lbb.3 for ; Tue, 28 Apr 2015 02:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=wXDj1yx+gGF6EbnKt9bog6euqx4Um1QLfaXr0PRi61o=; b=ub/kJSYRK1+FI9KULwRWrywopfb2/ajU6T13mUqT/CZZJ2GDQf4cd/6cS2uShHNrDI lu0nbRje/gN53dWYRQTx/+CwC3NgfrViIZaFdNAQ49VtUoGoLC2anNPImkOjwtE15nt2 h5+RiueeHyS18SqVsEcTaomemMryhFJITPuEb09YuWuFOa+UD2ILu4H159IVpymkiJZu XUZ6TmRauBOfwGp+6razpOf07IP2xhtk9fL0jjCHpMgdhIPgLDPUDcOSa4XbD0WDkTfW eVgXlv4kp7DCdnZZRWiCa6aOelHIo0eek8Zda7epnXL6+xmcy7enOKD3szo/VpoUxBo5 9nhw== X-Received: by 10.152.23.38 with SMTP id j6mr13217197laf.47.1430211911491; Tue, 28 Apr 2015 02:05:11 -0700 (PDT) Received: from gentoo (broadband-77-37-140-14.nationalcablenetworks.ru. [77.37.140.14]) by mx.google.com with ESMTPSA id r13sm5402943lal.21.2015.04.28.02.05.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Apr 2015 02:05:10 -0700 (PDT) From: Michael Pontus To: bug-gnu-emacs@gnu.org Subject: 25.0.50; 25.0.50; `ispell-async-processp' set to nil causes an error from (ispell-start-process) Date: Tue, 28 Apr 2015 12:04:56 +0300 Message-ID: <87sibk1v47.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Steps to reproduce: 1. Start emacs -Q 2. M-: (setq ispell-async-processp t) 3. M-: (ispell-start-process) Backtrace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-accessible-directory-p(nil) ispell-start-process() eval((ispell-start-process) nil) eval-expression((ispell-start-process) 1) funcall-interactively(eval-expression (ispell-start-process) 1) call-interactively(eval-expression nil nil) command-execute(eval-expression) Following excerpt from ispell.el indicates that function `ispell-start-process' may return one of two types of values: process object or t, depending on the value of user-option in question. (if ispell-async-processp (let ((process-connection-type ispell-use-ptys-p)) (apply 'start-process "ispell" nil ispell-program-name "-a" ; Accept single input lines. ;; Make root/affix combos not in dict. ;; hunspell -m option means different. (if ispell-really-hunspell "" "-m") args)) (setq ispell-cmd-args args ispell-output-buffer (generate-new-buffer " *ispell-output*") ispell-session-buffer (generate-new-buffer " *ispell-session*")) (ispell-send-string "\032\n") ; so Ispell prints version and exits t) In GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.9) of 2015-04-23 on gentoo Windowing system distributor `The X.Org Foundation', version 11.0.11604000 Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE XFT ZLIB Important settings: value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Debugger Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t Recent messages: read--expression: Command attempted to use minibuffer while in minibuffer nil Entering debugger... Mark set [2 times] Quit Making completion list... Quit You can run the command `info-emacs-bug' with M-x inf-b RET Quit mouse-2, RET: find function's definition Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr jka-compr info emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils help-mode easymenu debug ispell mule-util time-date tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-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 cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 88756 8278) (symbols 48 19099 0) (miscs 40 83 232) (strings 32 16546 5309) (string-bytes 1 419420) (vectors 16 11192) (vector-slots 8 404782 4985) (floats 8 95 271) (intervals 56 276 0) (buffers 976 16) (heap 1024 22138 747)) From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 28 11:41:05 2015 Received: (at 20448) by debbugs.gnu.org; 28 Apr 2015 15:41:05 +0000 Received: from localhost ([127.0.0.1]:42937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yn7d9-00045S-Id for submit@debbugs.gnu.org; Tue, 28 Apr 2015 11:41:05 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:44722) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yn7d5-00044u-O7 for 20448@debbugs.gnu.org; Tue, 28 Apr 2015 11:41:00 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NNI00I00WTSEP00@a-mtaout20.012.net.il> for 20448@debbugs.gnu.org; Tue, 28 Apr 2015 18:40:53 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNI00IIIWW43K70@a-mtaout20.012.net.il>; Tue, 28 Apr 2015 18:40:53 +0300 (IDT) Date: Tue, 28 Apr 2015 18:40:47 +0300 From: Eli Zaretskii Subject: Re: bug#20448: 25.0.50; 25.0.50; `ispell-async-processp' set to nil causes an error from (ispell-start-process) In-reply-to: <87sibk1v47.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Michael Pontus Message-id: <83k2wwuups.fsf@gnu.org> References: <87sibk1v47.fsf@gmail.com> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20448 Cc: 20448@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Michael Pontus > Date: Tue, 28 Apr 2015 12:04:56 +0300 > > Steps to reproduce: > > 1. Start emacs -Q > 2. M-: (setq ispell-async-processp t) > 3. M-: (ispell-start-process) I'm astonished that someone wants to use the synchronous mode of ispell.el, which was written and exists solely for the MSDOS build of Emacs. > Backtrace: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > file-accessible-directory-p(nil) > ispell-start-process() > eval((ispell-start-process) nil) > eval-expression((ispell-start-process) 1) > funcall-interactively(eval-expression (ispell-start-process) 1) > call-interactively(eval-expression nil nil) > command-execute(eval-expression) > > Following excerpt from ispell.el indicates that function > `ispell-start-process' may return one of two types of values: process > object or t, depending on the value of user-option in question. ispell-async-processp is not a user option. Anyway, I fixed this in commit e78aef0 on master. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 28 11:41:30 2015 Received: (at 20448-done) by debbugs.gnu.org; 28 Apr 2015 15:41:31 +0000 Received: from localhost ([127.0.0.1]:42940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yn7da-00046H-KS for submit@debbugs.gnu.org; Tue, 28 Apr 2015 11:41:30 -0400 Received: from mtaout25.012.net.il ([80.179.55.181]:43471) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yn7dY-000464-OU for 20448-done@debbugs.gnu.org; Tue, 28 Apr 2015 11:41:29 -0400 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NNI00O00WPKTM00@mtaout25.012.net.il> for 20448-done@debbugs.gnu.org; Tue, 28 Apr 2015 18:37:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNI00GI4WPPZN70@mtaout25.012.net.il>; Tue, 28 Apr 2015 18:37:01 +0300 (IDT) Date: Tue, 28 Apr 2015 18:41:11 +0300 From: Eli Zaretskii Subject: Re: bug#20448: 25.0.50; 25.0.50; `ispell-async-processp' set to nil causes an error from (ispell-start-process) In-reply-to: <87sibk1v47.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Michael Pontus Message-id: <83iocguup4.fsf@gnu.org> References: <87sibk1v47.fsf@gmail.com> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20448-done Cc: 20448-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Fixed by commit e78aef0 on master. From unknown Tue Aug 19 14:22:18 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, 27 May 2015 11:24:06 +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