unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3896: 23.1.50; hs-minor-mode shows only dots when function is folded
@ 2009-07-21 12:38 ` Otto Diesenbacher
  2009-07-21 19:53   ` Glenn Morris
  2009-08-09  2:50   ` bug#3896: marked as done (23.1.50; hs-minor-mode shows only dots when function is folded) Emacs bug Tracking System
  0 siblings, 2 replies; 3+ messages in thread
From: Otto Diesenbacher @ 2009-07-21 12:38 UTC (permalink / raw)
  To: emacs-pretest-bug


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Dear Emacs-team,

in hs-minor-mode, f.e. used in conjunction with elisp-mode or common
lisp mode, a folded function shows only three dots without the
function name as usual.

(defun foo () 
  (foo-bar))

becames to

"..."

instead of

"(defun foo () ... "

The problem seem to be introduced with a change on
'hs-hide-block-at-point in hideshow.el. Replacing that function with a
older version (before June 09) produces a folding as expected.

Thanks to the emacs-team for their great efforts!

   okflo


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs23.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 23.1.50.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
 of 2009-07-21 on naomi.lan
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  shell-dirtrack-mode: t
  eldoc-mode: t
  erc-ring-mode: t
  erc-netsplit-mode: t
  erc-menu-mode: t
  erc-pcomplete-mode: t
  erc-button-mode: t
  erc-fill-mode: t
  erc-stamp-mode: t
  erc-track-mode: t
  erc-match-mode: t
  erc-autojoin-mode: t
  erc-smiley-mode: t
  erc-irccontrols-mode: t
  erc-noncommands-mode: t
  erc-readonly-mode: t
  icomplete-mode: t
  paredit-mode: t
  show-paren-mode: t
  iswitchb-mode: t
  display-time-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  hs-minor-mode: t

Recent input:
<backspace> <backspace> <backspace> <backspace> <backspace> 
u s r / l o c a l / l <backspace> s h a r e / e m <return> 
s i t e <return> <backspace> 2 3 . 1 <return> l i s 
p <return> p r o C-s <return> h i d e C-s <return> 
C-x o C-x C-b C-n C-n C-p C-p C-p RET C-p C-n C-x C-b 
C-n RET C-s h s - s h o w - b l o c k - C-g C-g C-x 
C-b C-p RET C-p C-n C-x C-b C-n RET C-s h s - h i d 
e - b l o c k - a t <return> C-x o C-s h s - h i d 
e - b l o c k - a t <return> 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-n 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-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-x o 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-n 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-n C-n <down> <down> <down> <down> 
<wheel-down> <wheel-up> <double-wheel-up> <triple-wheel-up> 
<wheel-down> <wheel-down> <wheel-down> <wheel-down> 
<wheel-down> <double-wheel-down> <down-mouse-1> <mouse-1> 
<down> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> <down> <down> <down> <up> <up> <up> <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> <f1> <up> 
<down> <f1> M-x h s - m i n o r - m a d <backspace> 
<backspace> o d e <return> <f1> <f1> C-x o C-n C-p 
C-p C-p C-e C-x C-e C-x o <f1> <f1> C-x o C-x o <C-tab> 
<C-tab> C-x 5 2 M-x r e p o r t <tab> <return>

Recent messages:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#3896: 23.1.50; hs-minor-mode shows only dots when function is folded
  2009-07-21 12:38 ` bug#3896: 23.1.50; hs-minor-mode shows only dots when function is folded Otto Diesenbacher
@ 2009-07-21 19:53   ` Glenn Morris
  2009-08-09  2:50   ` bug#3896: marked as done (23.1.50; hs-minor-mode shows only dots when function is folded) Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2009-07-21 19:53 UTC (permalink / raw)
  To: 3896


As mentioned here:

http://lists.gnu.org/archive/html/emacs-devel/2009-07/msg00874.html





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#3896: marked as done (23.1.50; hs-minor-mode shows only dots when function is folded)
  2009-07-21 12:38 ` bug#3896: 23.1.50; hs-minor-mode shows only dots when function is folded Otto Diesenbacher
  2009-07-21 19:53   ` Glenn Morris
@ 2009-08-09  2:50   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-08-09  2:50 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]


Your message dated Sat, 08 Aug 2009 22:46:27 -0400
with message-id <87iqgxzou4.fsf@cyd.mit.edu>
and subject line Re: 23.1.50; hs-minor-mode shows only dots when function is folded
has caused the Emacs bug report #3896,
regarding 23.1.50; hs-minor-mode shows only dots when function is folded
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3896: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3896
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6173 bytes --]

From: Otto Diesenbacher <okflo@diesenbacher.net>
To: emacs-pretest-bug@gnu.org
Subject: 23.1.50; hs-minor-mode shows only dots when function is folded
Date: Tue, 21 Jul 2009 14:38:51 +0200 (CEST)
Message-ID: <20090721.143851.208962907.okflo@diesenbacher.net>


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Dear Emacs-team,

in hs-minor-mode, f.e. used in conjunction with elisp-mode or common
lisp mode, a folded function shows only three dots without the
function name as usual.

(defun foo () 
  (foo-bar))

becames to

"..."

instead of

"(defun foo () ... "

The problem seem to be introduced with a change on
'hs-hide-block-at-point in hideshow.el. Replacing that function with a
older version (before June 09) produces a folding as expected.

Thanks to the emacs-team for their great efforts!

   okflo


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs23.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 23.1.50.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
 of 2009-07-21 on naomi.lan
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  shell-dirtrack-mode: t
  eldoc-mode: t
  erc-ring-mode: t
  erc-netsplit-mode: t
  erc-menu-mode: t
  erc-pcomplete-mode: t
  erc-button-mode: t
  erc-fill-mode: t
  erc-stamp-mode: t
  erc-track-mode: t
  erc-match-mode: t
  erc-autojoin-mode: t
  erc-smiley-mode: t
  erc-irccontrols-mode: t
  erc-noncommands-mode: t
  erc-readonly-mode: t
  icomplete-mode: t
  paredit-mode: t
  show-paren-mode: t
  iswitchb-mode: t
  display-time-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  hs-minor-mode: t

Recent input:
<backspace> <backspace> <backspace> <backspace> <backspace> 
u s r / l o c a l / l <backspace> s h a r e / e m <return> 
s i t e <return> <backspace> 2 3 . 1 <return> l i s 
p <return> p r o C-s <return> h i d e C-s <return> 
C-x o C-x C-b C-n C-n C-p C-p C-p RET C-p C-n C-x C-b 
C-n RET C-s h s - s h o w - b l o c k - C-g C-g C-x 
C-b C-p RET C-p C-n C-x C-b C-n RET C-s h s - h i d 
e - b l o c k - a t <return> C-x o C-s h s - h i d 
e - b l o c k - a t <return> 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-n 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-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-x o 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-n 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-n C-n <down> <down> <down> <down> 
<wheel-down> <wheel-up> <double-wheel-up> <triple-wheel-up> 
<wheel-down> <wheel-down> <wheel-down> <wheel-down> 
<wheel-down> <double-wheel-down> <down-mouse-1> <mouse-1> 
<down> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> <down> <down> <down> <up> <up> <up> <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> <f1> <up> 
<down> <f1> M-x h s - m i n o r - m a d <backspace> 
<backspace> o d e <return> <f1> <f1> C-x o C-n C-p 
C-p C-p C-e C-x C-e C-x o <f1> <f1> C-x o C-x o <C-tab> 
<C-tab> C-x 5 2 M-x r e p o r t <tab> <return>

Recent messages:


[-- Attachment #3: Type: message/rfc822, Size: 1122 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Otto Diesenbacher <okflo@diesenbacher.net>
Cc: 3896-done@emacsbugs.donarmstrong.com
Subject: Re: 23.1.50; hs-minor-mode shows only dots when function is folded
Date: Sat, 08 Aug 2009 22:46:27 -0400
Message-ID: <87iqgxzou4.fsf@cyd.mit.edu>

I've checked in a fix into the trunk.  Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-09  2:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87iqgxzou4.fsf@cyd.mit.edu>
2009-07-21 12:38 ` bug#3896: 23.1.50; hs-minor-mode shows only dots when function is folded Otto Diesenbacher
2009-07-21 19:53   ` Glenn Morris
2009-08-09  2:50   ` bug#3896: marked as done (23.1.50; hs-minor-mode shows only dots when function is folded) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).