From debbugs-submit-bounces@debbugs.gnu.org Sat May 24 13:33:40 2014 Received: (at submit) by debbugs.gnu.org; 24 May 2014 17:33:40 +0000 Received: from localhost ([127.0.0.1]:59278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WoFpC-0002Zn-5A for submit@debbugs.gnu.org; Sat, 24 May 2014 13:33:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44041) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wo8JE-0005LU-O5 for submit@debbugs.gnu.org; Sat, 24 May 2014 05:32:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wo8J7-0000jG-6q for submit@debbugs.gnu.org; Sat, 24 May 2014 05:32:03 -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, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo8J7-0000jC-3R for submit@debbugs.gnu.org; Sat, 24 May 2014 05:32:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo8J4-0007BB-9l for bug-gnu-emacs@gnu.org; Sat, 24 May 2014 05:32:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wo8J1-0000gR-5g for bug-gnu-emacs@gnu.org; Sat, 24 May 2014 05:31:58 -0400 Received: from mail-oa0-x229.google.com ([2607:f8b0:4003:c02::229]:64495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo8J0-0000f5-Rw for bug-gnu-emacs@gnu.org; Sat, 24 May 2014 05:31:55 -0400 Received: by mail-oa0-f41.google.com with SMTP id m1so6682631oag.28 for ; Sat, 24 May 2014 02:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=rik0JvLem4f92cnnmvViF4/2ewmHpPMD2gW1NgWSiUk=; b=MzPFjpDq7+jeittwpJd5HNjmyVeKiXKlRjzsXRFxM4cMF/IKBQi/ve02aulFsxgqlR qcwhDhllrUoQOzDpHoI1higCpkDiDa910BGwLnLZUBtTruRY+2EStioT6DisJT9GgmSq v7pnYEly89jGUrCcOxhxjHbPlz2wa/HW7L6zaXPl0Bm5JmrQcDdYZMzhDI408bcnhTPO 2ZehD54CG+UencDHeEBbVhVyIXZgQBD9f+3C/oBPdWx0vDB2/yHqwLzIlEgN7EugCK33 67fuC52ItoKoFV/PIEVDzJNjoNFSnEo0JTtkhcKWKIUCUTrolwrVfUIJ+dKmXnMiJ0dI QZTw== X-Received: by 10.182.104.71 with SMTP id gc7mr10729163obb.34.1400923913963; Sat, 24 May 2014 02:31:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.214.42 with HTTP; Sat, 24 May 2014 02:31:33 -0700 (PDT) From: Lukasz Klich Date: Sat, 24 May 2014 11:31:33 +0200 Message-ID: Subject: 24.4.50; Subword mode breaks kill-word To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=089e0122f1483fcdd404fa22042b 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-Mailman-Approved-At: Sat, 24 May 2014 13:33:35 -0400 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 (----) --089e0122f1483fcdd404fa22042b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Tested in emac -Q: Open any buffer. Insert "force_default[]". Enable subword-mode. Go to the beginning of inserted line. Do C-u 2 M-d. (kill-word 2) The result should be: "[]" but in fact is: "efault[]". Changing the number in command deletes additional chars. So for C-u 3 M-d the result will be: "fault[]". Here's test for it: (ert-deftest subword-mode-breaks-kill-word () (with-temp-buffer (insert "force_default[]") (goto-char (point-min)) (subword-mode) (kill-word 2) (should (string=3D "[]" (buffer-string))))) In GNU Emacs 24.4.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.10.8) of 2014-05-20 on charichuelo Windowing system distributor `The X.Org Foundation', version 11.0.11501000 System Description: Ubuntu 14.04 LTS Configured using: `configure --build=3Dx86_64-linux-gnu --prefix=3D/usr '--includedir=3D${prefix}/include' '--mandir=3D${prefix}/share/man' '--infodir=3D${prefix}/share/info' --sysconfdir=3D/etc --localstatedir=3D/= var '--libdir=3D${prefix}/lib/x86_64-linux-gnu' '--libexecdir=3D${prefix}/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=3D/usr --sharedstatedir=3D/var/lib --program-suffix=3D-snapshot --with-x=3Dyes --with-x-toolkit=3Dgtk3 'CFLAGS=3D-g -O2 -fstack-protector --param=3Dssp-buffer-size=3D4 -Wformat -Werror=3Dformat-security' CPPFLAGS=3D-D_FORTIFY_SOURCE=3D2 'LDFLAGS=3D-Wl,-Bsymbolic-functions -Wl,-z,relro'' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB Important settings: value of $LANG: pl_PL.UTF-8 value of $XMODIFIERS: @im=3Dibus locale-coding-system: utf-8-unix Major mode: Help Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t projectile-global-mode: t projectile-mode: t yas-global-mode: t yas-minor-mode: t global-company-mode: t company-mode: t global-eclim-mode: t global-flycheck-mode: t global-undo-tree-mode: t undo-tree-mode: t flx-ido-mode: t ido-vertical-mode: t ido-ubiquitous-mode: t ido-everywhere: t which-function-mode: t delete-selection-mode: t global-subword-mode: t subword-mode: t winner-mode: t show-paren-mode: t savehist-mode: t recentf-mode: t global-auto-revert-mode: t tooltip-mode: t electric-indent-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 buffer-read-only: t line-number-mode: t transient-mark-mode: 1 Recent input: C-x b C-g C-g C-g M-x d e l e t e C-SPC s e l e c C-n M-x M-x M-x C-x b s c r a ( w i t h - c u r r e n t - b u f f e r SPC " C-x b C-g C-x o d e f a u l t . r b ( p r i n t SPC m i n o r - C-x C-s C-g C-x C-e C-x o C-x b m e s s a C-n M-> C-x b C-g C-x b r u b y d d e f a M-x n o r m a M-x s u b w o r d - w m o d e C-u 2 M-d C-_ M-x p a c k a C-SPC d e s c r s u b w o M-x f i l e - b u b u g - e m a c s C-SPC e a m a c s C-n C-n Recent messages: ((magit-blame-mode " blame") (edebug-mode " *Debugging*") (flyspell-mode flyspell-mode-line-string) (ispell-minor-mode " Spell") (magit-auto-revert-mode magit-auto-revert-mode-lighter) (view-mode " View") (diff-minor-mode " Diff") (mml-mode " MML") (ert--current-run-stats (:eval (ert--tests-running-mode-line-indicator))) (paredit-mode " Paredit") (ensime-popup-buffer-mode (:eval (ensime-modeline-string))) (ensime-mode (:eval (ensime-modeline-string))) (auto-complete-mode " AC") (flymake-mode flymake-mode-line) (hs-minor-mode " hs") (projectile-mode projectile-mode-line) (yas-minor-mode " yas") (company-search-mode company-search-lighter) (company-mode company-lighter) (compilation-minor-mode " Compilation") (compilation-shell-minor-mode " Shell-Compile") (compilation-in-progress " Compiling") (eclim-mode " Eclim") (global-whitespace-newline-mode " NL") (global-whitespace-mode " WS") (whitespace-newline-mode " nl") (whitespace-mode " ws") (flycheck-mode flycheck-mode-line) (smartparens-mode (" SP" (:eval (if smartparens-strict-mode "/s" "")))) (undo-tree-visualizer-selection-mode "Select") (undo-tree-mode undo-tree-mode-lighter) (rainbow-delimiters-mode "") (flx-ido-mode "") (server-buffer-clients " Server") (superword-mode " =C2=B2") (subword-mode " ,") (global-auto-revert-mode global-auto-revert-mode-text) (auto-revert-tail-mode auto-revert-tail-mode-text) (auto-revert-mode auto-revert-mode-text) (visible-mode " Vis") (visual-line-mode " Wrap") (next-error-follow-minor-mode " Fol") (abbrev-mode " Abbrev") (overwrite-mode overwrite-mode) (auto-fill-function " Fill") (defining-kbd-macro " Def") (isearch-mode isearch-mode)) ((magit-blame-mode " blame") (edebug-mode " *Debugging*") (flyspell-mode flyspell-mode-line-string) (ispell-minor-mode " Spell") (magit-auto-revert-mode magit-auto-revert-mode-lighter) (view-mode " View") (diff-minor-mode " Diff") (mml-mode " MML") (ert--current-run-stats (:eval (ert--tests-running-mode-line-indicator))) (paredit-mode " Paredit") (ensime-popup-buffer-mode (:eval (ensime-modeline-string))) (ensime-mode (:eval (ensime-modeline-string))) ...) user-error: Minibuffer window is not active Mark set [2 times] Quit Subword mode disabled Undo branch point! Type "q" in help window to restore its previous buffer. You can run the command `describe-package' with C-h P Type "q" in help window to restore its previous buffer. Load-path shadows: /usr/share/emacs/site-lisp/dictionaries-common/ispell hides /usr/share/emacs/24.4.50/lisp/textmodes/ispell /usr/share/emacs/site-lisp/dictionaries-common/flyspell hides /usr/share/emacs/24.4.50/lisp/textmodes/flyspell Features: (finder-inf cus-start cus-load shadow sort mail-extr python emacsbug sendmail magit-blame tabify network-stream starttls tls scala-mode2 scala-mode2-sbt scala-mode2-map scala-mode2-fontlock scala-mode2-indent scala-mode2-paragraph scala-mode2-syntax scala-mode2-lib conf-mode smartparens-ruby ruby-mode smie jka-compr eieio-opt speedbar sb-image ezimage dframe misearch multi-isearch edebug flyspell ispell magit-key-mode magit view tramp tramp-compat tramp-loaddefs trampver shell pcomplete epa epg epg-config diff-mode git-rebase-mode git-commit-mode log-edit message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log ert ewoc debug chef-attributes vc-git paredit ensime easy-mmode ensime-ui ensime-semantic-highlight ensime-doc ensime-scalex url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util mail-prsvr password-cache url-vars mailcap ensime-search ensime-undo ensime-refactor ensime-builder ensime-debug derived ensime-inf ensime-sbt ensime-comint-utils ensime-auto-complete ensime-config auto-complete popup flymake hideshow pp ensime-connections ensime-core ensime-macros smart-mode-line mule-util key-chord projectile pkg-info lisp-mnt epl grep clojure-snippets java-snippets yasnippet company-files company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-capf company-cmake company-ropemacs company-xcode company-clang company-template company-semantic company-css company-bbdb company-emacs-eclim eclim-completion company help-at-pt eclimd eclim eclim-problems eclim-maven compile comint ansi-color eclim-ant eclim-java json eclim-project etags whitespace flycheck find-func help-mode rx f s smartparens-config smartparens thingatpt dash undo-tree diff rainbow-delimiters smex flx-ido flx ido-vertical-mode ido-ubiquitous advice ido saveplace ace-jump-mode-autoloads annoying-arrows-mode-autoloads tex-site company-cider-autoloads csharp-mode-autoloads flycheck-color-mode-line-autoloads f-autoloads edmacro kmacro ido-hacks-autoloads ido-ubiquitous-autoloads ido-vertical-mode-autoloads js2-mode-autoloads json-mode-autoloads json-reformat-autoloads git-rebase-mode-autoloads git-commit-mode-autoloads malabar-mode-autoloads fringe-helper-autoloads multi-autoloads openwith-autoloads popup-autoloads pkg-info-autoloads epl-autoloads info python-info-autoloads rainbow-delimiters-autoloads s-autoloads slime-autoloads help-fns cl-macs cl gv package server which-func imenu delsel cap-words superword subword winner ring paren savehist recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu autorevert filenotify wombat-theme time-date tooltip 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 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 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 make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 583547 441771) (symbols 48 44205 29) (miscs 40 2920 6324) (strings 32 98883 94092) (string-bytes 1 2821585) (vectors 16 91969) (vector-slots 8 3235944 20211) (floats 8 16135 308) (intervals 56 16223 8822) (buffers 960 74) (heap 1024 92284 9505)) --089e0122f1483fcdd404fa22042b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Tested in emac -Q:

Open any = buffer.
Insert "force_default[]".
Enable subw= ord-mode.
Go to the beginning of inserted line.
Do C-u = 2 M-d. (kill-word 2)

The result should be:
"[]"
but in fact is:
"efault[]".

= Changing the number in command deletes additional chars.
So for C= -u 3 M-d the result will be:
"fault[]".

Here's test for it:<= /div>

(ert-deftest subword-mode-breaks-kill-word ()
=C2=A0 (with-temp-buffer
=C2=A0 =C2=A0 (insert "force_= default[]")
=C2=A0 =C2=A0 (goto-char (point-min))
=C2=A0 =C2=A0 (subword= -mode)
=C2=A0 =C2=A0 (kill-word 2)
=C2=A0 =C2=A0 (shoul= d (string=3D "[]" (buffer-string)))))


In GNU Emacs 24.4.50.2 (x86_64-pc-linux-gnu, GT= K+ Version 3.10.8)
=C2=A0of 2014-05-20 on charichuelo
Windowing system distribu= tor `The X.Org Foundation', version 11.0.11501000
System Desc= ription: Ubuntu 14.04 LTS=

Configured using:
=C2=A0`configure --build=3D= x86_64-linux-gnu --prefix=3D/usr
=C2=A0'--includedir=3D${pref= ix}/include' '--mandir=3D${prefix}/share/man'
=C2=A0&= #39;--infodir=3D${prefix}/share/info' --sysconfdir=3D/etc --localstated= ir=3D/var
=C2=A0'--libdir=3D${prefix}/lib/x86_64-linux-gnu'
= =C2=A0'--libexecdir=3D${prefix}/lib/x86_64-linux-gnu' --disable-mai= ntainer-mode
=C2=A0--disable-dependency-tracking --prefix=3D/usr = --sharedstatedir=3D/var/lib
=C2=A0--program-suffix=3D-snapshot --with-x=3Dyes --with-x-toolkit=3Dg= tk3
=C2=A0'CFLAGS=3D-g -O2 -fstack-protector --param=3Dssp-bu= ffer-size=3D4 -Wformat
=C2=A0-Werror=3Dformat-security' CPPFL= AGS=3D-D_FORTIFY_SOURCE=3D2
=C2=A0'LDFLAGS=3D-Wl,-Bsymbolic-functions -Wl,-z,relro''

Configured features:
XPM JPEG TIFF GIF PN= G RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY LIBSELIN= UX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB

Important settings:
=C2=A0 value of $LANG: pl= _PL.UTF-8
=C2=A0 value of $XMODIFIERS: @im=3Dibus
=C2= =A0 locale-coding-system: utf-8-unix

Major mode: H= elp

Minor modes in effect:
=C2=A0 shell-dirtrack-mode: t
=C2=A0 diff-auto-refine-mode: t
=C2=A0 projectile-global= -mode: t
=C2=A0 projectile-mode: t
=C2=A0 yas-global-mo= de: t
=C2=A0 yas-minor-mode: t
=C2=A0 global-company-mode: t
=C2=A0 company-mode: t
=C2=A0 global-eclim-mode: t
=C2=A0 global-flycheck-mode: t
=C2=A0 global-undo-tree-mode: t
=C2=A0 undo-tree-mode: t
=C2=A0 flx-ido-mode: t
=C2=A0 ido-vertical-mode: t
=C2=A0 ido-ubiquitous-mode: t
=C2=A0 ido-everywhere: t
=C2=A0 which-function-mode: t
=C2=A0 delete-selection-mode: t
=C2=A0 global-subword-mod= e: t
=C2=A0 subword-mode: t
=C2=A0 winner-mode: t
=C2=A0 show-paren-mode: t
= =C2=A0 savehist-mode: t
=C2=A0 recentf-mode: t
=C2=A0 g= lobal-auto-revert-mode: t
=C2=A0 tooltip-mode: t
=C2=A0= electric-indent-mode: t
=C2=A0 mouse-wheel-mode: t
=C2=A0 file-name-shadow-mode: t
<= div>=C2=A0 global-font-lock-mode: t
=C2=A0 font-lock-mode: t
=C2=A0 auto-composition-mode: t
=C2=A0 auto-encryption-mode= : t
=C2=A0 auto-compression-mode: t
=C2=A0 buffer-read-only: t
=C2=A0 line-number-mode: t
<= div>=C2=A0 transient-mark-mode: 1

Recent input:
<triple-mouse-5> <down-mouse-5> <mouse-5> <dou= ble-down-mouse-5>=C2=A0
<double-mouse-5> <triple-down-mouse-5> <triple-mouse-5&= gt;=C2=A0
<triple-down-mouse-5> <triple-mouse-5> <= triple-down-mouse-5>=C2=A0
<triple-mouse-5> <down-mou= se-4> <mouse-4> <double-down-mouse-4>=C2=A0
<double-mouse-4> <triple-down-mouse-4> <triple-mouse-4&= gt;=C2=A0
<triple-down-mouse-4> <triple-mouse-4> <= triple-down-mouse-4>=C2=A0
<triple-mouse-4> <triple-d= own-mouse-4> <triple-mouse-4>=C2=A0
<triple-down-mouse-4> <triple-mouse-4> <triple-down-mou= se-4>=C2=A0
<triple-mouse-4> <triple-down-mouse-4>= <triple-mouse-4>=C2=A0
<triple-down-mouse-4> <tri= ple-mouse-4> <triple-down-mouse-4>=C2=A0
<triple-mouse-4> <help-echo> <help-echo> <down-mo= use-1>=C2=A0
<mouse-movement> <mouse-1> C-x b C-g = C-g C-g <help-echo>=C2=A0
<help-echo> <down-mouse-= 2> <help-echo> <mouse-1> <help-echo>=C2=A0
<help-echo> <help-echo> <down-mouse-1> <mouse-1&g= t; M-x=C2=A0
d e l e t e C-SPC s e l e c C-n <return> M-x &= lt;return>=C2=A0
M-x <return> M-x <return> <hel= p-echo> <down-mouse-1>=C2=A0
<mouse-1> C-x b s c r a <return> ( w i t h - c u r=C2=A0
r e n t - b u f f e r SPC " <help-echo> <down-mouse-= 1>=C2=A0
<mouse-movement> <mouse-1> C-x b C-g C-x = o d e f a=C2=A0
u l t . r b <right> <return> ( p r i n t SPC m i n=C2=A0
o r - <return> <right> C-x C-s C-g <right> C-x C= -e=C2=A0
<help-echo> <help-echo> <down-mouse-1>= <drag-mouse-1>=C2=A0
C-x o C-x b m e s s a C-n <return> M-> <down-mouse-4>= =C2=A0
<mouse-4> <double-down-mouse-4> <double-mou= se-4> <triple-down-mouse-4>=C2=A0
<triple-mouse-4>= <down-mouse-5> <mouse-5> <double-down-mouse-5>=C2=A0
<double-mouse-5> <down-mouse-1> <mouse-movement> <= ;mouse-1>=C2=A0
<down-mouse-5> <mouse-5> <down-= mouse-5> <mouse-5> <down-mouse-1>=C2=A0
<mouse-= movement> <drag-mouse-1> C-x b C-g <help-echo>=C2=A0
<down-mouse-1> <mouse-1> C-x b r u b y <backspace>= =C2=A0
<backspace> <backspace> d <backspace> &l= t;backspace> d=C2=A0
e f a <return> M-x n o r m a <re= turn> M-x s u b w o=C2=A0
r d - w <backspace> m o d e <return> <down> C-u 2 M-= d=C2=A0
<down-mouse-1> <mouse-movement> <mouse-1&g= t; C-_ M-x p=C2=A0
a c k a C-SPC d e s c r <return> s u b w= o <return>=C2=A0
<down-mouse-1> <mouse-1> M-x f i l e - b u <backspace&g= t;=C2=A0
<backspace> <backspace> <backspace> &l= t;backspace> <backspace>=C2=A0
<backspace> b u g -= e m a c s <backspace> <backspace>=C2=A0
<backspace> <backspace> <backspace> <backspace>= ; C-SPC=C2=A0
e a <backspace> m a c s C-n C-n <return>= ;

Recent messages:
((magit-blame-mode &q= uot; blame") (edebug-mode " *Debugging*") (flyspell-mode fly= spell-mode-line-string) (ispell-minor-mode " Spell") (magit-auto-= revert-mode magit-auto-revert-mode-lighter) (view-mode " View") (= diff-minor-mode " Diff") (mml-mode " MML") (ert--curren= t-run-stats (:eval (ert--tests-running-mode-line-indicator))) (paredit-mode= " Paredit") (ensime-popup-buffer-mode (:eval (ensime-modeline-st= ring))) (ensime-mode (:eval (ensime-modeline-string))) (auto-complete-mode = " AC") (flymake-mode flymake-mode-line) (hs-minor-mode " hs&= quot;) (projectile-mode projectile-mode-line) (yas-minor-mode " yas&qu= ot;) (company-search-mode company-search-lighter) (company-mode company-lig= hter) (compilation-minor-mode " Compilation") (compilation-shell-= minor-mode " Shell-Compile") (compilation-in-progress " Comp= iling") (eclim-mode " Eclim") (global-whitespace-newline-mod= e " NL") (global-whitespace-mode " WS") (whitespace-new= line-mode " nl") (whitespace-mode " ws") (flycheck-mode= flycheck-mode-line) (smartparens-mode (" SP" (:eval (if smartpar= ens-strict-mode "/s" "")))) (undo-tree-visualizer-selec= tion-mode "Select") (undo-tree-mode undo-tree-mode-lighter) (rain= bow-delimiters-mode "") (flx-ido-mode "") (server-buffe= r-clients " Server") (superword-mode " =C2=B2") (subwor= d-mode " ,") (global-auto-revert-mode global-auto-revert-mode-tex= t) (auto-revert-tail-mode auto-revert-tail-mode-text) (auto-revert-mode aut= o-revert-mode-text) (visible-mode " Vis") (visual-line-mode "= ; Wrap") (next-error-follow-minor-mode " Fol") (abbrev-mode = " Abbrev") (overwrite-mode overwrite-mode) (auto-fill-function &q= uot; Fill") (defining-kbd-macro " Def") (isearch-mode isearc= h-mode))
((magit-blame-mode " blame") (edebug-mode " *Debugging*= ") (flyspell-mode flyspell-mode-line-string) (ispell-minor-mode "= Spell") (magit-auto-revert-mode magit-auto-revert-mode-lighter) (view= -mode " View") (diff-minor-mode " Diff") (mml-mode &quo= t; MML") (ert--current-run-stats (:eval (ert--tests-running-mode-line-= indicator))) (paredit-mode " Paredit") (ensime-popup-buffer-mode = (:eval (ensime-modeline-string))) (ensime-mode (:eval (ensime-modeline-stri= ng))) ...)
user-error: Minibuffer window is not active
Mark set [2 time= s]
Quit
Subword mode disabled
Undo branch poi= nt!
Type "q" in help window to restore its previous buf= fer.
You can run the command `describe-package' with C-h P
Ty= pe "q" in help window to restore its previous buffer.
<= br>
Load-path shadows:
/usr/share/emacs/site-lisp/dicti= onaries-common/ispell hides /usr/share/emacs/24.4.50/lisp/textmodes/ispell<= /div>
/usr/share/emacs/site-lisp/dictionaries-common/flyspell hides /usr/sha= re/emacs/24.4.50/lisp/textmodes/flyspell

Features:=
(finder-inf cus-start cus-load shadow sort mail-extr python emac= sbug
sendmail magit-blame tabify network-stream starttls tls scala-mode2
scala-mode2-sbt scala-mode2-map scala-mode2-fontlock scala-mode2-in= dent
scala-mode2-paragraph scala-mode2-syntax scala-mode2-lib con= f-mode
smartparens-ruby ruby-mode smie jka-compr eieio-opt speedbar sb-image<= /div>
ezimage dframe misearch multi-isearch edebug flyspell ispell
magit-key-mode magit view tramp tramp-compat tramp-loaddefs trampver<= /div>
shell pcomplete epa epg epg-config diff-mode git-rebase-mode
git-commit-mode log-edit message dired format-spec rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mailabbrev mail-utils gmm-utils mailheader pcvs-util add-lo= g
ert ewoc debug chef-attributes vc-git paredit ensime easy-mmode=
ensime-ui ensime-semantic-highlight ensime-doc ensime-scalex url=
url-proxy url-privacy url-expand url-methods url-history url-cookie
url-domsuf url-util url-parse auth-source eieio byte-opt bytecomp
byte-compile cconv eieio-core gnus-util mm-util mail-prsvr
password-cache url-vars mailcap ensime-search ensime-undo
en= sime-refactor ensime-builder ensime-debug derived ensime-inf
ensi= me-sbt ensime-comint-utils ensime-auto-complete ensime-config
auto-complete popup flymake hideshow pp ensime-connections ensime-core
ensime-macros smart-mode-line mule-util key-chord projectile pkg-info=
lisp-mnt epl grep clojure-snippets java-snippets yasnippet compa= ny-files
company-oddmuse company-keywords company-etags company-gtags
company-dabbrev-code company-dabbrev company-capf company-cmake
= company-ropemacs company-xcode company-clang company-template
company-semantic company-css company-bbdb company-emacs-eclim
ecl= im-completion company help-at-pt eclimd eclim eclim-problems
ecli= m-maven compile comint ansi-color eclim-ant eclim-java json
eclim-project etags whitespace flycheck find-func help-mode rx f s
smartparens-config smartparens thingatpt dash undo-tree diff
rainbow-delimiters smex flx-ido flx ido-vertical-mode ido-ubiquitous
=
advice ido saveplace ace-jump-mode-autoloads
annoying-arrows= -mode-autoloads tex-site company-cider-autoloads
csharp-mode-autoloads flycheck-color-mode-line-autoloads f-autoloads
edmacro kmacro ido-hacks-autoloads ido-ubiquitous-autoloads
<= div>ido-vertical-mode-autoloads js2-mode-autoloads json-mode-autoloads
json-reformat-autoloads git-rebase-mode-autoloads
git-commit= -mode-autoloads malabar-mode-autoloads fringe-helper-autoloads
mu= lti-autoloads openwith-autoloads popup-autoloads pkg-info-autoloads
epl-autoloads info python-info-autoloads rainbow-delimiters-autoloads<= /div>
s-autoloads slime-autoloads help-fns cl-macs cl gv package server=
which-func imenu delsel cap-words superword subword winner ring = paren
savehist recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu
autorevert filenotify wombat-theme time-date tooltip electric uniquif= y
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar= dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-ba= r
mouse jit-lock font-lock syntax facemenu font-core frame cham g= eorgian
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 abb= rev
minibuffer 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 make-network-proces= s
dbusbind gfilenotify dynamic-setting system-font-setting
fon= t-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)
Memory information:
((conses 16 583547 441771)
=C2=A0(symbols 48 44205 29)
=C2=A0(miscs 40 2920 6324)
=
=C2=A0(strings 32 98883 94092)
=C2=A0(string-bytes 1 2821585= )
=C2=A0(vectors 16 91969)
=C2=A0(vector-slots 8 323594= 4 20211)
=C2=A0(floats 8 16135 308)
=C2=A0(intervals 56 16223 8822)
=C2=A0(buffers 960 74)
=
=C2=A0(heap 1024 92284 9505))

--089e0122f1483fcdd404fa22042b-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 27 13:23:38 2014 Received: (at 17580-done) by debbugs.gnu.org; 27 May 2014 17:23:38 +0000 Received: from localhost ([127.0.0.1]:33609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WpL65-0002Lp-Bw for submit@debbugs.gnu.org; Tue, 27 May 2014 13:23:37 -0400 Received: from dancol.org ([96.126.100.184]:50358) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WpL5z-0002La-9S for 17580-done@debbugs.gnu.org; Tue, 27 May 2014 13:23:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=EuNrxfUXJROCDTp8Qn2LpdiTrLyvJfia0XLSuMNosmI=; b=LA1rDGx1jIhx0iwNbSQ52DywCmm+RpT5yd7dZR7RQg1LtjWZE0mraeD+5brHSwOo6J6Zi4L7HK0tRg9Ku+Il6b95JxsQSLWx1WNyWURb1e0YPzUnjjy+L5jBY8TTxDk8MpLl/03CJh4vMxjdcMO2HThPOaYUR+QfoCEtgS7rwp0Idfpv+ooeG287etPQrV1sJHo/AkOWi45ehvHNacpnsrAdRvtCsnarq56+arYf2jQ5QxlIZ6tqvfMvOy2iYqomeynzK5m5w2kdYGV22z9VC/pjnt2pOMGu3/PfXI3VM4bhuUas9Ox3p0FfKS2gXVDde9/Steq4U//nb1aZpK84og==; Received: from [2620:10d:c083:1003:863a:4bff:fec8:e538] by dancol.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1WpL5w-0003xq-U6 for 17580-done@debbugs.gnu.org; Tue, 27 May 2014 10:23:24 -0700 Message-ID: <5384CA06.7000005@dancol.org> Date: Tue, 27 May 2014 10:23:18 -0700 From: Daniel Colascione User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: 17580-done@debbugs.gnu.org Subject: fixed X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9qMogwTcFBiWVpuII2UFu69S8wVXg6PfR" X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: 17580-done 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: -0.6 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9qMogwTcFBiWVpuII2UFu69S8wVXg6PfR Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable fixed --9qMogwTcFBiWVpuII2UFu69S8wVXg6PfR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJThMoGAAoJEMAaIROpHW7IfIwQAKClHQzJToUi286rcE57GcqM a1ehbqTSoltLzhkzlBJdTFoIgoj+d0rZkR57MfizUXQW1khttFH8ng+/BwFkI7ou YqmnQjxzVULWZ0KBIblziRmka0sFIwlsSNQr9iTaf7gf6GX4+Dc4/ANlGqVi4eij vWRdfZtb3Om6OQ6ksJoeofWnDobYERWwcXvvLpHpZWYUEBSMJj3ZfRuTmdqe5QLa YcULKPaDSs3yaQgSPIoO5yboZo8uTr60iJwMDUPp3mMRI7DeQQU+82lZyVG4Zqcd 3hqI0Fz6yy5MHXF4Yj565uWoA6Y0tVJbE79s79y79SqhoOo9+e4mzoiNmpM9E1fL CFTujlvMRlQbSuAjE43t6qtxxbGCicBV0yMpZBmg6UiEnPOaQAv4nnLVM3sQ8Nv3 YlJlvNB7V0BfPOr6jN6EgLEc+bi7Yl9B8eoIMG/vTXkGL40ACpgjqD5REf1azvcs 0nh7TDX7gP9NcQ2+yxzQHog/wIkHB8Yuo8dyUBPMUYhvkyiZx0j+h/Pgugiq4WDO ocUEiNb5cUONX4z/V1U5F4lUDpIB//B4JzOogFuowzfk8IBpx3mEjVmA6iUucJ/I bzyNPtPhG9swNc0z0NRatVusX18H05JkT8aWsQIiLLD/EvMXYdQL6mr1KA8PSA+l /GsXH1/2LTRDZ1h8BLCH =TJdR -----END PGP SIGNATURE----- --9qMogwTcFBiWVpuII2UFu69S8wVXg6PfR-- From unknown Fri Sep 05 08:44:00 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, 25 Jun 2014 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