unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4320: Hideshow problems
@ 2009-09-02 18:56 ` Mikhail Novikov
  2009-09-02 23:47   ` Glenn Morris
  2009-09-03  6:05   ` bug#4320: marked as done (Hideshow problems) Emacs bug Tracking System
  0 siblings, 2 replies; 4+ messages in thread
From: Mikhail Novikov @ 2009-09-02 18:56 UTC (permalink / raw)
  To: bug-gnu-emacs

Hello!

I have encountered strange hide-show problem after I have updated emacs.
It now folds code including the first line, so one can't see what has
been folded. It used to show first line and it was much better.

Best regards, Mikhail Novikov








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

* bug#4320: Hideshow problems
  2009-09-02 18:56 ` bug#4320: Hideshow problems Mikhail Novikov
@ 2009-09-02 23:47   ` Glenn Morris
  2009-09-03  3:31     ` Mikhail Novikov
  2009-09-03  6:05   ` bug#4320: marked as done (Hideshow problems) Emacs bug Tracking System
  1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2009-09-02 23:47 UTC (permalink / raw)
  To: Mikhail Novikov; +Cc: 4320

Mikhail Novikov wrote:

> I have encountered strange hide-show problem after I have updated emacs.
> It now folds code including the first line, so one can't see what has
> been folded. It used to show first line and it was much better.

Please tell us exactly which version of emacs, what you did (starting
from emacs -Q), what you saw, and what you expected to see.





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

* bug#4320: Hideshow problems
  2009-09-02 23:47   ` Glenn Morris
@ 2009-09-03  3:31     ` Mikhail Novikov
  0 siblings, 0 replies; 4+ messages in thread
From: Mikhail Novikov @ 2009-09-03  3:31 UTC (permalink / raw)
  To: 4320

Hi!

The bug is that I hide a block of code and hideshow hide the whole block
of code. I expect it to hide block of code, but to leave first line as a
headers. This is behaviour of trunk hideshow.el.

This problem is resolved in emacs trunk version and it was problem with
hideshow.el. I had problem with emacs  23.1.50.1, which is latest
emacs-snapshot in Ubuntu PPA, but had no problem with standart emacs
snapshot in repositories. At least one person on other distribution with
version 23.1.something also had this problem.

Sorry for disturbing you with this bug.

Thanks, Mikhail Novikov

Glenn Morris wrote:
> Mikhail Novikov wrote:
>
>   
>> I have encountered strange hide-show problem after I have updated emacs.
>> It now folds code including the first line, so one can't see what has
>> been folded. It used to show first line and it was much better.
>>     
>
> Please tell us exactly which version of emacs, what you did (starting
> from emacs -Q), what you saw, and what you expected to see.
>   






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

* bug#4320: marked as done (Hideshow problems)
  2009-09-02 18:56 ` bug#4320: Hideshow problems Mikhail Novikov
  2009-09-02 23:47   ` Glenn Morris
@ 2009-09-03  6:05   ` Emacs bug Tracking System
  1 sibling, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2009-09-03  6:05 UTC (permalink / raw)
  To: Glenn Morris

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

Your message dated Thu, 03 Sep 2009 01:58:17 -0400
with message-id <6opra8bmdi.fsf@fencepost.gnu.org>
and subject line Re: bug#4320: Hideshow problems
has caused the Emacs bug report #4320,
regarding Hideshow problems
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.)


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

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

From: Mikhail Novikov <freiksenet@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: Hideshow problems
Date: Wed, 02 Sep 2009 21:56:52 +0300
Message-ID: <4A9EBFF4.7030703@gmail.com>

Hello!

I have encountered strange hide-show problem after I have updated emacs.
It now folds code including the first line, so one can't see what has
been folded. It used to show first line and it was much better.

Best regards, Mikhail Novikov





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

From: Glenn Morris <rgm@gnu.org>
To: 4320-done@emacsbugs.donarmstrong.com
Subject: Re: bug#4320: Hideshow problems
Date: Thu, 03 Sep 2009 01:58:17 -0400
Message-ID: <6opra8bmdi.fsf@fencepost.gnu.org>

Mikhail Novikov wrote:

> The bug is that I hide a block of code and hideshow hide the whole block
> of code. I expect it to hide block of code, but to leave first line as a
> headers. This is behaviour of trunk hideshow.el.
>
> This problem is resolved in emacs trunk version and it was problem with
> hideshow.el. I had problem with emacs  23.1.50.1, which is latest
> emacs-snapshot in Ubuntu PPA, but had no problem with standart emacs
> snapshot in repositories.

I think you're saying it is fixed in the current CVS trunk?
This makes sense, because there was briefly a bug in this area, but it
was fixed a month ago:

http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=700#35

When talking about the CVS version, we really need to know when it was
checked out from the repository. The version number means nothing.

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

end of thread, other threads:[~2009-09-03  6:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <6opra8bmdi.fsf@fencepost.gnu.org>
2009-09-02 18:56 ` bug#4320: Hideshow problems Mikhail Novikov
2009-09-02 23:47   ` Glenn Morris
2009-09-03  3:31     ` Mikhail Novikov
2009-09-03  6:05   ` bug#4320: marked as done (Hideshow problems) 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).