GNU bug report logs -
#16916
24.3.50; scroll-bar-mode right breaks split-window-right, in no-window mode
Previous Next
Reported by: Anders Lindgren <andlind <at> gmail.com>
Date: Sat, 1 Mar 2014 16:06:02 UTC
Severity: normal
Found in version 24.3.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16916 in the body.
You can then email your comments to 16916 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16916
; Package
emacs
.
(Sat, 01 Mar 2014 16:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Anders Lindgren <andlind <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 01 Mar 2014 16:06:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Steps to repeat:
emacs -Q -nw
(set-scroll-bar-mode 'right) C-j
C-x 3
Here, an error "Wrong type argument: number-or-marker-p, nil" is issued.
When enabling debug on error, it appears as though the problem is in the
function `window--min-size-1'.
Sincerely,
Anders Lindgren
In GNU Emacs 24.3.50.2 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
of 2014-02-16 on macpro.lan
Repository revision: 116451
jan.h.d <at> swipnet.se-20140216095141-cop794qd0bf30tmt
Configured using:
`configure --with-ns'
Important settings:
value of $LC_CTYPE: UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-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
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
ESC [ ? 1 ; 2 c ( s e t - s c r TAB ESC TAB SPC ' r
i g h t ) C-j C-x 3 C-x 2 ESC O A ESC O B C-s 1 C-x
1 ESC O A ESC O A ESC O C ESC O B ESC O A ESC O D C-@
C-e ESC w ESC O B ESC O B ESC O B ESC O A ESC O A ESC
O A C-h C-g ESC x r e p o r t - e m TAB RET
Recent messages:
("/Volumes/HD2/build/emacs10/trunk/nextstep/Emacs.app/Contents/MacOS/Emacs")
For information about GNU Emacs and the GNU system, type C-h C-a.
window--min-size-1: Wrong type argument: number-or-marker-p, nil
Mark set
End of buffer
C-h C-g is undefined
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu 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 misearch multi-isearch xterm
time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel ns-win 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 cocoa ns multi-tty emacs)
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16916
; Package
emacs
.
(Sat, 01 Mar 2014 19:19:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 16916 <at> debbugs.gnu.org (full text, mbox):
> emacs -Q -nw
> (set-scroll-bar-mode 'right) C-j
> C-x 3
>
> Here, an error "Wrong type argument: number-or-marker-p, nil" is issued.
>
> When enabling debug on error, it appears as though the problem is in the
> function `window--min-size-1'.
Sorry, I can't check that here. Are you sure the bug does not happen
with scrollbars on the left?
> In GNU Emacs 24.3.50.2 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
> of 2014-02-16 on macpro.lan
> Repository revision: 116451
> jan.h.d <at> swipnet.se-20140216095141-cop794qd0bf30tmt
I have made some changes in this area recently. Maybe upgrading helps.
> window--min-size-1: Wrong type argument: number-or-marker-p, nil
Could you get a more maningful backtrace here? Can you step through
this with the debugger?
martin
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16916
; Package
emacs
.
(Sat, 01 Mar 2014 21:35:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 16916 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi!
I just made a fresh update and the problem seems to have disappeared.
/ Anders
On Sat, Mar 1, 2014 at 8:18 PM, martin rudalics <rudalics <at> gmx.at> wrote:
> > emacs -Q -nw
> > (set-scroll-bar-mode 'right) C-j
> > C-x 3
> >
> > Here, an error "Wrong type argument: number-or-marker-p, nil" is
> issued.
> >
> > When enabling debug on error, it appears as though the problem is in the
> > function `window--min-size-1'.
>
> Sorry, I can't check that here. Are you sure the bug does not happen
> with scrollbars on the left?
>
> > In GNU Emacs 24.3.50.2 (x86_64-apple-darwin13.0.0, NS
> apple-appkit-1265.00)
> > of 2014-02-16 on macpro.lan
> > Repository revision: 116451
> > jan.h.d <at> swipnet.se-20140216095141-cop794qd0bf30tmt
>
> I have made some changes in this area recently. Maybe upgrading helps.
>
> > window--min-size-1: Wrong type argument: number-or-marker-p, nil
>
> Could you get a more maningful backtrace here? Can you step through
> this with the debugger?
>
> martin
>
[Message part 2 (text/html, inline)]
bug closed, send any further explanations to
16916 <at> debbugs.gnu.org and Anders Lindgren <andlind <at> gmail.com>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sun, 02 Mar 2014 18:45:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 31 Mar 2014 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.