unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [bug] line move and truncation
@ 2004-11-16  8:56 Lars Hansen
  2004-11-16 14:03 ` Kim F. Storm
  2004-11-16 14:19 ` [bug] line move and truncation Kim F. Storm
  0 siblings, 2 replies; 10+ messages in thread
From: Lars Hansen @ 2004-11-16  8:56 UTC (permalink / raw)


With Emacs of today, do
   emacs --no-site-file --no-init-file --eval=(setq-default 
truncate-lines t)
Open a file with long lines. (You may open files.el and search for 
read-directory-names).
With point on a truncated line, hit down-arrow (or C-n if you prefer that).
Then point will move down two lines (as if lines were wrapped rather 
than truncated).
Nothing seems to be wrong when you move upwards.

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

* Re: [bug] line move and truncation
  2004-11-16  8:56 [bug] line move and truncation Lars Hansen
@ 2004-11-16 14:03 ` Kim F. Storm
  2004-11-16 14:08   ` Lars Hansen
  2004-11-16 14:19 ` [bug] line move and truncation Kim F. Storm
  1 sibling, 1 reply; 10+ messages in thread
From: Kim F. Storm @ 2004-11-16 14:03 UTC (permalink / raw)
  Cc: emacs-devel

Lars Hansen <larsh@math.ku.dk> writes:

> With Emacs of today, do
>    emacs --no-site-file --no-init-file --eval=(setq-default
>    truncate-lines t)
> Open a file with long lines. (You may open files.el and search for
> read-directory-names).
> With point on a truncated line, hit down-arrow (or C-n if you prefer that).
> Then point will move down two lines (as if lines were wrapped rather
> than truncated).
> Nothing seems to be wrong when you move upwards.

It's caused by a recent change to Fvertical_motion.

I just posted an analysis of the problem to emacs-pretest-bug ...

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* Re: [bug] line move and truncation
  2004-11-16 14:03 ` Kim F. Storm
@ 2004-11-16 14:08   ` Lars Hansen
  2004-11-16 16:18     ` emacs-pretest-bug (Was: [bug] line move and truncation) Juri Linkov
  0 siblings, 1 reply; 10+ messages in thread
From: Lars Hansen @ 2004-11-16 14:08 UTC (permalink / raw)
  Cc: emacs-devel

Kim F. Storm wrote:

>I just posted an analysis of the problem to emacs-pretest-bug ...
>  
>
Thanks.
BTW, who is monitoring emacs-pretest-bug?

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

* Re: [bug] line move and truncation
  2004-11-16  8:56 [bug] line move and truncation Lars Hansen
  2004-11-16 14:03 ` Kim F. Storm
@ 2004-11-16 14:19 ` Kim F. Storm
  2004-11-16 17:50   ` Lars Hansen
  1 sibling, 1 reply; 10+ messages in thread
From: Kim F. Storm @ 2004-11-16 14:19 UTC (permalink / raw)
  Cc: emacs-devel

Lars Hansen <larsh@math.ku.dk> writes:

> With Emacs of today, do
>    emacs --no-site-file --no-init-file --eval=(setq-default
>    truncate-lines t)
> Open a file with long lines. (You may open files.el and search for
> read-directory-names).
> With point on a truncated line, hit down-arrow (or C-n if you prefer that).
> Then point will move down two lines (as if lines were wrapped rather
> than truncated).
> Nothing seems to be wrong when you move upwards.

Well, I found out why Richard made the change.

I have installed a fix for the new problem.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* emacs-pretest-bug (Was: [bug] line move and truncation)
  2004-11-16 14:08   ` Lars Hansen
@ 2004-11-16 16:18     ` Juri Linkov
  2004-11-16 21:06       ` Eli Zaretskii
  2004-11-17  5:02       ` Richard Stallman
  0 siblings, 2 replies; 10+ messages in thread
From: Juri Linkov @ 2004-11-16 16:18 UTC (permalink / raw)


Lars Hansen <larsh@math.ku.dk> writes:
> Kim F. Storm wrote:
>>I just posted an analysis of the problem to emacs-pretest-bug ...
>
> Thanks.
> BTW, who is monitoring emacs-pretest-bug?

This is a serious problem.  It seems many Emacs developers are not
subscribed to emacs-pretest-bug.  That might explain why some bugs
remain unfixed.  Also often bug reports results in discussions that
should belong to emacs-devel, and where unsubscribed Emacs developers
can't participate.  And often developers report bugs on emacs-devel,
(perhaps anticipating a possible discussion).  So really emacs-pretest-bug
looks like a part of emacs-devel "hidden" from many Emacs developers.
This hampers the development.  A good solution is to declare
emacs-pretest-bug obsolete and to change the value of
`report-emacs-bug-pretest-address' to "emacs-devel@gnu.org".

-- 
Juri Linkov
http://www.jurta.org/emacs/

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

* Re: [bug] line move and truncation
  2004-11-16 14:19 ` [bug] line move and truncation Kim F. Storm
@ 2004-11-16 17:50   ` Lars Hansen
  0 siblings, 0 replies; 10+ messages in thread
From: Lars Hansen @ 2004-11-16 17:50 UTC (permalink / raw)
  Cc: emacs-devel

>
>
>I have installed a fix for the new problem.
>  
>
It works :-) Thanks!

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

* Re: emacs-pretest-bug (Was: [bug] line move and truncation)
  2004-11-16 16:18     ` emacs-pretest-bug (Was: [bug] line move and truncation) Juri Linkov
@ 2004-11-16 21:06       ` Eli Zaretskii
  2004-11-16 23:12         ` Miles Bader
  2004-11-17  5:02       ` Richard Stallman
  1 sibling, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2004-11-16 21:06 UTC (permalink / raw)
  Cc: emacs-devel

> From: Juri Linkov <juri@jurta.org>
> Date: Tue, 16 Nov 2004 18:18:36 +0200
> 
> > BTW, who is monitoring emacs-pretest-bug?
> 
> This is a serious problem.  It seems many Emacs developers are not
> subscribed to emacs-pretest-bug.  That might explain why some bugs
> remain unfixed.

And what prevents you from subscribing to emacs-pretest-bug?  It's a
public list, AFAIK.

> So really emacs-pretest-bug looks like a part of emacs-devel
> "hidden" from many Emacs developers.  This hampers the development.
> A good solution is to declare emacs-pretest-bug obsolete and to
> change the value of `report-emacs-bug-pretest-address' to
> "emacs-devel@gnu.org".

No.  emacs-devel is for _discussions_about_ Emacs development, while
emacs-pretest-bug is for reporting bugs and related discussions, and
only for that.  Therefore, people who read emacs-pretest-bug should be
those who are interested in working on fixing bugs, not simply have
some interest in Emacs development.

The fact that some people report bugs on emacs-devel IMHO means
nothing except that those people wrote to the wrong address.  But
since all those who subscribe to emacs-pretest-bug also read
emacs-devel, we don't usually tell such people to take the thread to
emacs-pretest-bug.

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

* Re: emacs-pretest-bug (Was: [bug] line move and truncation)
  2004-11-16 21:06       ` Eli Zaretskii
@ 2004-11-16 23:12         ` Miles Bader
  2004-11-17  4:53           ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Miles Bader @ 2004-11-16 23:12 UTC (permalink / raw)
  Cc: Juri Linkov, emacs-devel

On Tue, Nov 16, 2004 at 11:06:10PM +0200, Eli Zaretskii wrote:
> > So really emacs-pretest-bug looks like a part of emacs-devel
> > "hidden" from many Emacs developers.  This hampers the development.
> > A good solution is to declare emacs-pretest-bug obsolete and to
> > change the value of `report-emacs-bug-pretest-address' to
> > "emacs-devel@gnu.org".
> 
> No.  emacs-devel is for _discussions_about_ Emacs development, while
> emacs-pretest-bug is for reporting bugs and related discussions, and
> only for that.  Therefore, people who read emacs-pretest-bug should be
> those who are interested in working on fixing bugs, not simply have
> some interest in Emacs development.

This seems like a rather bizarre justification.... surely the _vast_ majority
of people who read emacs-devel are interested in fixing bugs.

As far as I can see, emacs-pretest-bug is already effectively obsoleted by
emacs-devel, but still gets a few random postings because of the way emacs is
configured, and out of habit by a few long-term hackers and pretesters.

It would be much less confusing to just redirect emacs-pretest-bug to
emacs-devel and be done with it.

-Miles
-- 
"Suppose He doesn't give a shit?  Suppose there is a God but He
just doesn't give a shit?"  [George Carlin]

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

* Re: emacs-pretest-bug (Was: [bug] line move and truncation)
  2004-11-16 23:12         ` Miles Bader
@ 2004-11-17  4:53           ` Eli Zaretskii
  0 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2004-11-17  4:53 UTC (permalink / raw)
  Cc: juri, emacs-devel

> Date: Tue, 16 Nov 2004 18:12:01 -0500
> Cc: Juri Linkov <juri@jurta.org>, emacs-devel@gnu.org
> From: Miles Bader <miles@gnu.org>
> 
> This seems like a rather bizarre justification....

What's bizarre about it?

> surely the _vast_ majority of people who read emacs-devel are
> interested in fixing bugs.

Any statistics on that?  Like, e.g., a comparison of the list of
subscribers to emacs-devel against the list of people whose names
appear in ChangeLog files?

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

* Re: emacs-pretest-bug (Was: [bug] line move and truncation)
  2004-11-16 16:18     ` emacs-pretest-bug (Was: [bug] line move and truncation) Juri Linkov
  2004-11-16 21:06       ` Eli Zaretskii
@ 2004-11-17  5:02       ` Richard Stallman
  1 sibling, 0 replies; 10+ messages in thread
From: Richard Stallman @ 2004-11-17  5:02 UTC (permalink / raw)
  Cc: emacs-devel

I read emacs-pretest-bug, and when I see an extended discussion
happening there, I often move the discussion to emacs-devel.

That said, the distinction between the lists may not be useful just
now.  The general idea is that emacs-pretest-bug is for fixing bugs,
while emacs-devel is more general, and includes discussion of new
features.  However, at present we don't want to discuss new features,
so at present the lists are duplicates.

So perhaps it would be better to direct bug reports to emacs-devel for
the time being.

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

end of thread, other threads:[~2004-11-17  5:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-16  8:56 [bug] line move and truncation Lars Hansen
2004-11-16 14:03 ` Kim F. Storm
2004-11-16 14:08   ` Lars Hansen
2004-11-16 16:18     ` emacs-pretest-bug (Was: [bug] line move and truncation) Juri Linkov
2004-11-16 21:06       ` Eli Zaretskii
2004-11-16 23:12         ` Miles Bader
2004-11-17  4:53           ` Eli Zaretskii
2004-11-17  5:02       ` Richard Stallman
2004-11-16 14:19 ` [bug] line move and truncation Kim F. Storm
2004-11-16 17:50   ` Lars Hansen

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).