* bug#22499: 24.5; emacs hangs if default font has a box around it and in linum-mode and then narrow-to-region
@ 2016-01-31 4:20 Rogoff, David
2016-01-31 16:13 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Rogoff, David @ 2016-01-31 4:20 UTC (permalink / raw)
To: 22499
emacs -Q
(custom-set-faces
'(default
((t(:inherit nil
:box(:line-width 1 :color "black")
:foundry "Misc"
:family "Misc Fixed")
))))
M-x linum-mode
select region of file
C-x n n
At this point, get message in mode-line
Error in Post-command-hook (linum-update-current): (args-out-of-range 1 1)
emacs then is unresponsive and I have to kill -9 the process.
In GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.9)
of 2015-12-15 on vl-c-susubb-ice
Windowing system distributor `The X.Org Foundation', version 11.0.11202000
System Description: SUSE Linux Enterprise Desktop 11 (x86_64)
Configured using:
`configure
--prefix=/prj/qct/sysadmin/sw_installs/sunil/non-eda/emacs/24.5/
--without-jpeg --without-tiff --without-gif'
Important settings:
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: @im=local
locale-coding-system: utf-8-unix
Major mode: Emacs-Lisp
Minor modes in effect:
show-paren-mode: t
recentf-mode: t
global-linum-mode: t
linum-mode: t
delete-selection-mode: t
shell-dirtrack-mode: t
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-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
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
Wrote /usr2/c_drogof/.emacs.d/init.el
Mark set
Saving file /usr2/c_drogof/.emacs.d/init.el...
Wrote /usr2/c_drogof/.emacs.d/init.el
nil
Mark set
Beginning of buffer [4 times]
Mark set [3 times]
Updating buffer list...done
Commands: m, u, t, RET, g, k, S, D, Q; q to quit; h for help
Load-path shadows:
~/.emacs.d/lisp/ansi-color hides /prj/qct/sysadmin/sw_installs/sunil/non-eda/emacs/24.5/share/emacs/24.5/lisp/ansi-color
~/.emacs.d/lisp/vhdl-mode hides /prj/qct/sysadmin/sw_installs/sunil/non-eda/emacs/24.5/share/emacs/24.5/lisp/progmodes/vhdl-mode
~/.emacs.d/lisp/verilog-mode hides /prj/qct/sysadmin/sw_installs/sunil/non-eda/emacs/24.5/share/emacs/24.5/lisp/progmodes/verilog-mode
Features:
(shadow mail-extr emacsbug message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mail-utils debug tex-mode latexenc
sh-script smie executable ispell rect sgml-mode htmlize org-table
ox-latex ox-icalendar ox-html ox-ascii ox-publish ox sort two-column
iso-transl tabify make-mode org-element org-rmail org-mhe org-irc
org-info org-gnus org-docview doc-view jka-compr image-mode org-bibtex
bibtex org-bbdb org-w3m org org-macro org-footnote org-pcomplete
org-list org-faces org-entities org-version ob-R ob-sh ob-emacs-lisp
ob-java ob-python ob-js ob ob-tangle ob-ref ob-lob ob-table ob-exp
org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs
org-loaddefs format-spec pcmpl-unix dired-aux ediff-merg ediff-wind
ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff etags
misearch multi-isearch dhr-dark-theme-theme paren recentf tree-widget
wid-edit linum desktop frameset delsel cus-start cus-load shell
pcomplete noutline outline easy-mmode vhdl-mode ps-print ps-def lpr
hippie-exp verilog-mode skeleton derived compile diff ls-lisp dired
edmacro kmacro ibuf-macs ibuffer pjb-transpose cal-menu calendar
cal-loaddefs comint ansi-color ring forms-mode forms pjb-strings
pjb-list pjb-cl cl-macs parse-time eieio-opt help-mode speedbar sb-image
ezimage dframe easymenu find-func cl gv pjb-utilities ffap thingatpt
url-parse auth-source eieio byte-opt bytecomp byte-compile cl-extra
cl-loaddefs cl-lib cconv eieio-core gnus-util mm-util mail-prsvr
password-cache url-vars quick-yes advice help-fns 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
inotify dynamic-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty emacs)
Memory information:
((conses 16 601428 156913)
(symbols 48 41143 0)
(miscs 40 2082 3659)
(strings 32 86835 18627)
(string-bytes 1 4075111)
(vectors 16 35754)
(vector-slots 8 1437355 168148)
(floats 8 482 866)
(intervals 56 34610 9209)
(buffers 960 48)
(heap 1024 56948 24613))
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#22499: 24.5; emacs hangs if default font has a box around it and in linum-mode and then narrow-to-region
2016-01-31 4:20 bug#22499: 24.5; emacs hangs if default font has a box around it and in linum-mode and then narrow-to-region Rogoff, David
@ 2016-01-31 16:13 ` Eli Zaretskii
2016-02-03 17:27 ` Rogoff, David
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2016-01-31 16:13 UTC (permalink / raw)
To: Rogoff, David; +Cc: 22499-done
> From: "Rogoff, David" <c_drogof@qti.qualcomm.com>
> Date: Sun, 31 Jan 2016 04:20:08 +0000
>
> emacs -Q
>
> (custom-set-faces
> '(default
> ((t(:inherit nil
> :box(:line-width 1 :color "black")
> :foundry "Misc"
> :family "Misc Fixed")
> ))))
>
> M-x linum-mode
>
> select region of file
>
> C-x n n
>
> At this point, get message in mode-line
> Error in Post-command-hook (linum-update-current): (args-out-of-range 1 1)
>
> emacs then is unresponsive and I have to kill -9 the process.
Thanks, I fixed this on the emacs-25 branch for the next release.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#22499: 24.5; emacs hangs if default font has a box around it and in linum-mode and then narrow-to-region
2016-01-31 16:13 ` Eli Zaretskii
@ 2016-02-03 17:27 ` Rogoff, David
0 siblings, 0 replies; 3+ messages in thread
From: Rogoff, David @ 2016-02-03 17:27 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 22499-done@debbugs.gnu.org
That's great - thanks. Poking around Manage Emacs Packages, I also found hlinum and linum-relative, which are both nice enhancements.
David
________________________________________
From: Eli Zaretskii <eliz@gnu.org>
Sent: Sunday, January 31, 2016 8:13 AM
To: Rogoff, David
Cc: 22499-done@debbugs.gnu.org
Subject: Re: bug#22499: 24.5; emacs hangs if default font has a box around it and in linum-mode and then narrow-to-region
> From: "Rogoff, David" <c_drogof@qti.qualcomm.com>
> Date: Sun, 31 Jan 2016 04:20:08 +0000
>
> emacs -Q
>
> (custom-set-faces
> '(default
> ((t(:inherit nil
> :box(:line-width 1 :color "black")
> :foundry "Misc"
> :family "Misc Fixed")
> ))))
>
> M-x linum-mode
>
> select region of file
>
> C-x n n
>
> At this point, get message in mode-line
> Error in Post-command-hook (linum-update-current): (args-out-of-range 1 1)
>
> emacs then is unresponsive and I have to kill -9 the process.
Thanks, I fixed this on the emacs-25 branch for the next release.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-03 17:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 4:20 bug#22499: 24.5; emacs hangs if default font has a box around it and in linum-mode and then narrow-to-region Rogoff, David
2016-01-31 16:13 ` Eli Zaretskii
2016-02-03 17:27 ` Rogoff, David
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.