all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ergus <spacibba@aol.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Mouse interaction in -nw
Date: Wed, 30 Sep 2020 19:38:04 +0200	[thread overview]
Message-ID: <20200930173533.judx6ieefkwstseo@Ergus> (raw)
In-Reply-To: <jwvzh57nqvw.fsf-monnier+emacs@gnu.org>

Hi Stefan:

I repeated the same with only xterm (to remove tmux and simplify)

And loosage shows:

  ESC x			 ;; execute-extended-command
  x			 ;; self-insert-command
  t			 ;; self-insert-command
  e			 ;; self-insert-command
  TAB			 ;; minibuffer-complete
  m			 ;; self-insert-command
  o			 ;; self-insert-command
  TAB			 ;; minibuffer-complete
  RET			 ;; minibuffer-complete-and-exit
  ESC [ < 0 ; 2 3 ; 2 M	 ;; mouse-drag-region
  ESC [ < 3 2 ; 2 4 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 2 5 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 2 6 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 2 7 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 2 8 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 2 9 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 0 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 1 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 2 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 3 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 4 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 5 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 6 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 7 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 8 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 3 9 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 4 0 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 4 1 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 4 2 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 4 3 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 4 4 ; 2 M ;; anonymous-command
  ESC [ < 3 2 ; 4 5 ; 2 M ;; anonymous-command
  ESC w			 ;; kill-ring-save
  C-h l			 ;; view-lossage


Sorry but I don't know what's going on at this point :( I can't disable
more mouse events in xterm. 

This is my xterm config (just in case):

#=====================================

! *vt100.reverseVideo: true
*foreground:		#ffffff
*foreground_bold: 	#a8a19f
*cursorColor:   	#ffffff
*background: 		#000000

*faceName: Hack
*faceSize: 11

*eightBitInput:   false
*eightBitOutput:  true

*loginShell: true

*termName: xterm-256color
*metaSendsEscape:  true

*ttyModes:  erase ^?

*omitTranslation: fullscreen,popup-menu,select,wheel-mouse

*VT100.Translations: #override \
	Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
	Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
	<Btn1Motion>: select-extend()

*vt100.modifyOtherKeys: 1

*fastScroll: true
*trimSelection   : true

*backarrowKeyIsErase: true

*buffered:         true
*saveLines:        8192
*scrollBar:	   false

!! Autohide mouse pointer always
*pointerMode: 2

!!*cursorBlink: true
*ScrollKey: false

#================================

On Wed, Sep 30, 2020 at 12:59:22PM -0400, Stefan Monnier wrote:
>> Look at the attached gif. Where I select with the mouse several time,
>> and then M-w; but the region (mark) is not "properly updated" to the
>> selected region, just the point is updated, not the mark.
>>
>> Actually the mouse selection does not act as the region at all. Maybe
>> this is intended... I just don't get why.
>
>The mouse selection seems to be done "by the terminal" rather than "by
>Emacs".  IOW, it looks like the mouse clicks aren't passed to Emacs.
>Time to check `C-h l`?
>What text-terminal is that?
>
>
>        Stefan
>
>



  parent reply	other threads:[~2020-09-30 17:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200930152007.rq4tkjzj3u7f4vwx.ref@Ergus>
2020-09-30 15:20 ` Mouse interaction in -nw Ergus
2020-09-30 15:32   ` Stefan Monnier
2020-09-30 16:34     ` Ergus
2020-09-30 16:59       ` Stefan Monnier
2020-09-30 17:13         ` Ergus
2020-09-30 17:38         ` Ergus [this message]
2020-09-30 18:08           ` Stefan Monnier
2020-10-01  0:40             ` Ergus
2020-09-30 19:00           ` Yuri Khan
2020-09-30 16:40     ` Ergus
2020-09-30 20:17   ` Drew Adams

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

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

  git send-email \
    --in-reply-to=20200930173533.judx6ieefkwstseo@Ergus \
    --to=spacibba@aol.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.