unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Help-gnu-emacs@gnu.org
Subject: Re: visual line mode
Date: Sun, 14 Oct 2012 07:44:31 +0200	[thread overview]
Message-ID: <83hapx620w.fsf@gnu.org> (raw)
In-Reply-To: <3F6B0303-632C-45F1-BC70-D230655BC92F@Web.de>

> From: Peter Dyballa <Peter_Dyballa@Web.de>
> Date: Sat, 13 Oct 2012 23:54:54 +0200
> Cc: Help-gnu-emacs@gnu.org
> 
> Create a file containing that line with TABS between "6)" and "von":
> 
> 	Tausendschönchen (Sedmikrasky) (1966)				von Vera Chytilová
> 
> Launch GNU Emacs with -Q and visit that file read-only. Activate visual line mode. Resize the frame's width to 15 columns ("C-a C-u 14 C-f" should put the cursor into the last, right-most column). Position the cursor at the SPACE in the name "Vera Chytilová" and use the cursor movement keys to make the text cursor move upwards. In the visible line with TABs it will not go upwards but leftwards, in a left-to-right script one TAB backwards, as it will do on the visible line above, where UP makes it jump to column 0, i.e., left of "(1966)". On next UP it's back in the column where the cursor started.
> 
> When I position the text cursor with the mouse on the second "n" in "Tausendschönchen" and then press CURSOR DOWN it jumps over all the TABs after "(1966)" and lands on the "a" in "Very Chytilová" instead of the SPACE…

These are bugs.

> > I have no problem with this when I try it now.  Does it happen for you
> > in "emacs -Q", if you just turn on visual-line-mode?
> 
> I certainly have to click a lot more. What I encountered is that I clicked into column X on some line and repeatedly the text from the last column until where I clicked was high-lighted. Or when I clicked into column Y on some other line the text cursor was put into column (X - N).

I don't see this problem.

> 	% \DeclareGraphicsExtensions{.pdf,.png,.jpeg}	 % in pdfTeX allowed graphics formats
> 
> is:
> 
> a) position the cursor in column 0 on the "%"
> b) perform RIGHT C-u C-x = RIGHT C-u C-x = RIGHT C-u C-x = RIGHT C-u C-x = (this is exactly four times right on exactly one SPACE character)
> 
> The *Messages* buffer contains:
> 
> 	Char: % (37, #o45, #x25) point=2577 of 37255 (7%) column=0
> 	
> 	Char: SPC (32, #o40, #x20) point=2578 of 37255 (7%) column=1
> 	
> 	Char: SPC (32, #o40, #x20) point=2579 of 37255 (7%) column=2
> 	
> 	Char: SPC (32, #o40, #x20) point=2580 of 37255 (7%) column=3
> 	
> 	Char: SPC (32, #o40, #x20) point=2581 of 37255 (7%) column=4

I don't see this, either.  I get the correct characters shown in the
echo area and in *Messages*.

> I prefer to have a GNU Emacs that is as true and reliable as Honest John, the sheriff with the hat of the Mounted Police, played by W.C. Fields, in the film “Six Of A Kind”, who explains at a billiard pool why he carries the honourable name "Honest".

It will never be that.




  parent reply	other threads:[~2012-10-14  5:44 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12  6:56 visual line mode drain
2012-10-12  8:23 ` Tassilo Horn
2012-10-12  8:24 ` Eli Zaretskii
2012-10-12  8:48   ` Tassilo Horn
2012-10-12 10:35     ` drain
2012-10-12 10:45       ` Peter Dyballa
2012-10-12 10:48         ` drain
2012-10-12 11:27           ` Peter Dyballa
2012-10-12 11:36             ` Tassilo Horn
2012-10-12 13:32               ` Eli Zaretskii
2012-11-28 15:06                 ` Matt McClure
2012-11-28 17:43                   ` Eli Zaretskii
2012-11-29  3:34                     ` Matt McClure
2012-11-29 13:49                   ` Stefan Monnier
2012-12-01  3:28                     ` Matt McClure
2012-10-12 15:51               ` Peter Dyballa
2012-10-12 13:28             ` Eli Zaretskii
2012-10-12 15:46               ` Peter Dyballa
2012-10-12 16:29                 ` Eli Zaretskii
2012-10-12 22:06                   ` Peter Dyballa
2012-10-13  7:41                     ` Eli Zaretskii
2012-10-13 21:54                       ` Peter Dyballa
2012-10-14  1:56                         ` Bob Proulx
2012-10-14  5:44                         ` Eli Zaretskii [this message]
2012-10-16 18:38                           ` drain
2012-10-12 15:55               ` Peter Dyballa
2012-10-12 16:30                 ` Eli Zaretskii
2012-10-12 21:40                   ` Peter Dyballa
2012-10-13  7:36                     ` Eli Zaretskii
2012-10-13 15:26                       ` Peter Dyballa
2012-10-13 15:39                         ` Eli Zaretskii
2012-10-12 11:03       ` Eli Zaretskii
2012-10-12 11:31       ` Tassilo Horn
2012-10-12 11:46         ` drain
2012-10-12 13:30           ` Tassilo Horn
2012-10-12 14:32             ` drain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83hapx620w.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=Help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).