all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18015: 24.4.50; Mouse drag fail
@ 2014-07-14 13:59 Guillaume J. Charmes
  2014-07-19 16:58 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Guillaume J. Charmes @ 2014-07-14 13:59 UTC (permalink / raw
  To: 18015

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

Hello,

Current version: GNU Emacs 24.4.50.1 (x86_64-apple-darwin13.3.0) of
2014-07-14, bazaar revision: 117528

On OSX, under tmux (and outside), emacs 24.4.50.1 (trunk), the mouse drag
to resize pane does not work anymore. (It used to work fine on emacs24.3)

drag and drop pane separation: result in outputing escape charcters in
buffer (ex: [<0;133;27m), error:  Wrong type argument: number-or-marker-p,
nil

Regards,
-- 

Guillaume J. Charmes
about.me/guillaumecharmes
[image: Guillaume J. Charmes on about.me]
   <http://about.me/guillaumecharmes>

[-- Attachment #2: Type: text/html, Size: 4082 bytes --]

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

* bug#18015: 24.4.50; Mouse drag fail
  2014-07-14 13:59 bug#18015: 24.4.50; Mouse drag fail Guillaume J. Charmes
@ 2014-07-19 16:58 ` Stefan Monnier
  2014-07-19 19:33   ` Guillaume J. Charmes
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2014-07-19 16:58 UTC (permalink / raw
  To: Guillaume J. Charmes; +Cc: 18015

> drag and drop pane separation: result in outputing escape charcters in
> buffer (ex: [<0;133;27m), error:  Wrong type argument: number-or-marker-p,
> nil

Hmm... I don't see this behavior.  I was able to get
a "number-or-marker-p, nil" error in "screen" and installed a fix
for that.
Can you try the latest trunk?  If the problem is still present, can you
give a precise recipe (ideally under screen or tmux rather than
directly in Terminal.all).


        Stefan





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

* bug#18015: 24.4.50; Mouse drag fail
  2014-07-19 16:58 ` Stefan Monnier
@ 2014-07-19 19:33   ` Guillaume J. Charmes
  2014-07-19 23:10     ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Guillaume J. Charmes @ 2014-07-19 19:33 UTC (permalink / raw
  To: Stefan Monnier; +Cc: 18015

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

Tried with r117552 on darwin. (brew install emacs --HEAD)

Here is a screencast: http://asciinema.org/a/10895.

-- 

Guillaume J. Charmes
about.me/guillaumecharmes
[image: Guillaume J. Charmes on about.me]
   <http://about.me/guillaumecharmes>


On Sat, Jul 19, 2014 at 12:58 PM, Stefan Monnier <monnier@iro.umontreal.ca>
wrote:

> > drag and drop pane separation: result in outputing escape charcters in
> > buffer (ex: [<0;133;27m), error:  Wrong type argument:
> number-or-marker-p,
> > nil
>
> Hmm... I don't see this behavior.  I was able to get
> a "number-or-marker-p, nil" error in "screen" and installed a fix
> for that.
> Can you try the latest trunk?  If the problem is still present, can you
> give a precise recipe (ideally under screen or tmux rather than
> directly in Terminal.all).
>
>
>         Stefan
>

[-- Attachment #2: Type: text/html, Size: 4181 bytes --]

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

* bug#18015: 24.4.50; Mouse drag fail
  2014-07-19 19:33   ` Guillaume J. Charmes
@ 2014-07-19 23:10     ` Stefan Monnier
  2014-07-19 23:12       ` Guillaume J. Charmes
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2014-07-19 23:10 UTC (permalink / raw
  To: Guillaume J. Charmes; +Cc: 18015

> Tried with r117552 on darwin. (brew install emacs --HEAD)
> Here is a screencast: http://asciinema.org/a/10895.

I hate screencasts with a passion.  Can you tell me in plaintext what is
the result?


        Stefan





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

* bug#18015: 24.4.50; Mouse drag fail
  2014-07-19 23:10     ` Stefan Monnier
@ 2014-07-19 23:12       ` Guillaume J. Charmes
  2014-07-20  1:36         ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Guillaume J. Charmes @ 2014-07-19 23:12 UTC (permalink / raw
  To: Stefan Monnier; +Cc: 18015@debbugs.gnu.org

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

I drag and drop trying to resize panes. Instead of resizing, it outputs
escape sequence to buffer.

On Saturday, July 19, 2014, Stefan Monnier <monnier@iro.umontreal.ca> wrote:

> > Tried with r117552 on darwin. (brew install emacs --HEAD)
> > Here is a screencast: http://asciinema.org/a/10895.
>
> I hate screencasts with a passion.  Can you tell me in plaintext what is
> the result?
>
>
>         Stefan
>


-- 
-- 

Guillaume J. Charmes
about.me/guillaumecharmes
[image: Guillaume J. Charmes on about.me]
  <http://about.me/guillaumecharmes>

[-- Attachment #2: Type: text/html, Size: 3646 bytes --]

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

* bug#18015: 24.4.50; Mouse drag fail
  2014-07-19 23:12       ` Guillaume J. Charmes
@ 2014-07-20  1:36         ` Stefan Monnier
       [not found]           ` <CAEzNxeco45Jw5h4ZL3hsQrZ_tJp38stR80qWrCe5-LjosKLXmA@mail.gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2014-07-20  1:36 UTC (permalink / raw
  To: Guillaume J. Charmes; +Cc: 18015@debbugs.gnu.org

> I drag and drop trying to resize panes.

Ah, I missed this part of your original bug report, sorry.  I can
reproduce the problem now, thanks, both in an xterm as under tmux.


        Stefan





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

* bug#18015: 24.4.50; Mouse drag fail
       [not found]           ` <CAEzNxeco45Jw5h4ZL3hsQrZ_tJp38stR80qWrCe5-LjosKLXmA@mail.gmail.com>
@ 2014-10-21 20:13             ` Stefan Monnier
  2014-10-22 12:12               ` Guillaume J. Charmes
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2014-10-21 20:13 UTC (permalink / raw
  To: Guillaume J. Charmes; +Cc: 18015-done

> Is there any ETA for the resolution of this regression?

Should be fixed now.


        Stefan





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

* bug#18015: 24.4.50; Mouse drag fail
  2014-10-21 20:13             ` Stefan Monnier
@ 2014-10-22 12:12               ` Guillaume J. Charmes
  0 siblings, 0 replies; 8+ messages in thread
From: Guillaume J. Charmes @ 2014-10-22 12:12 UTC (permalink / raw
  To: Stefan Monnier; +Cc: 18015-done

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

Confirmed.

-- 

Guillaume J. Charmes
about.me/guillaumecharmes
[image: Guillaume J. Charmes on about.me]
  <http://about.me/guillaumecharmes>

On Tue, Oct 21, 2014 at 4:13 PM, Stefan Monnier <monnier@iro.umontreal.ca>
wrote:

> > Is there any ETA for the resolution of this regression?
>
> Should be fixed now.
>
>
>         Stefan
>

[-- Attachment #2: Type: text/html, Size: 3550 bytes --]

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

end of thread, other threads:[~2014-10-22 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 13:59 bug#18015: 24.4.50; Mouse drag fail Guillaume J. Charmes
2014-07-19 16:58 ` Stefan Monnier
2014-07-19 19:33   ` Guillaume J. Charmes
2014-07-19 23:10     ` Stefan Monnier
2014-07-19 23:12       ` Guillaume J. Charmes
2014-07-20  1:36         ` Stefan Monnier
     [not found]           ` <CAEzNxeco45Jw5h4ZL3hsQrZ_tJp38stR80qWrCe5-LjosKLXmA@mail.gmail.com>
2014-10-21 20:13             ` Stefan Monnier
2014-10-22 12:12               ` Guillaume J. Charmes

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.