all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2456: 22.2.1 mouse-yank-at-point setting is not obeyed in all buffers
@ 2009-02-24  6:44 ` Jari Aalto
  2009-12-02  3:15   ` bug#2456: marked as done (22.2.1 mouse-yank-at-point setting is not obeyed in all buffers) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto @ 2009-02-24  6:44 UTC (permalink / raw
  To: Emacs bug BTS


SETUP

emacs -Q &
(setq mouse-yank-at-point t)

TEST

1. Write text on 10 lines e.g. at *scratch*
2. Mouse-1 drag to Copy text
3. Mouse-1 to click on some line
4. Mouse-2 to paste
5. Move mouse cursor away from the line
6. Mouse-2 to paste

=> mouse-yank-at-point setting is obeyed and text is pasted to cursor
position (phase 3)

7. M-x shell
8. Hit enter to insert 10 lines
9. Mouse-1 drag to copy text from prompt string
10. Click on first line
11. Move mouse cursor away from the line, say line 5
12. Mouse-2 to paste

=> mouse-yank-at-point setting is not obeyed. The text is pasted at
waved mouse cursor position, not the point where cursor (phase 10)
is blinking; at first line.

In GNU Emacs 22.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2008-11-10 on excelsior, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.2/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.2/leim' '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_DK.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Message

Minor modes in effect:
  csv-field-index-mode: t
  footnote-mode: t
  mml-mode: t
  whitespace-global-mode: t
  minibuffer-electric-default-mode: t
  icomplete-mode: t
  auto-image-file-mode: t
  show-paren-mode: t
  global-auto-revert-mode: t
  shell-dirtrack-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t







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

* bug#2456: marked as done (22.2.1 mouse-yank-at-point setting is not obeyed in all buffers)
  2009-02-24  6:44 ` bug#2456: 22.2.1 mouse-yank-at-point setting is not obeyed in all buffers Jari Aalto
@ 2009-12-02  3:15   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-12-02  3:15 UTC (permalink / raw
  To: Glenn Morris

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

Your message dated Tue, 01 Dec 2009 22:05:27 -0500
with message-id <2lmy22cbyg.fsf@fencepost.gnu.org>
and subject line Re: Bug#2456
has caused the Emacs bug report #2456,
regarding 22.2.1 mouse-yank-at-point setting is not obeyed in all buffers
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.)


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

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

From: Jari Aalto <jari.aalto@cante.net>
To: Emacs bug BTS <submit@emacsbugs.donarmstrong.com>
Subject: 22.2.1 mouse-yank-at-point setting is not obeyed in all buffers
Date: Tue, 24 Feb 2009 08:44:19 +0200
Message-ID: <8763j0tjuk.fsf@jondo.cante.net>


SETUP

emacs -Q &
(setq mouse-yank-at-point t)

TEST

1. Write text on 10 lines e.g. at *scratch*
2. Mouse-1 drag to Copy text
3. Mouse-1 to click on some line
4. Mouse-2 to paste
5. Move mouse cursor away from the line
6. Mouse-2 to paste

=> mouse-yank-at-point setting is obeyed and text is pasted to cursor
position (phase 3)

7. M-x shell
8. Hit enter to insert 10 lines
9. Mouse-1 drag to copy text from prompt string
10. Click on first line
11. Move mouse cursor away from the line, say line 5
12. Mouse-2 to paste

=> mouse-yank-at-point setting is not obeyed. The text is pasted at
waved mouse cursor position, not the point where cursor (phase 10)
is blinking; at first line.

In GNU Emacs 22.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2008-11-10 on excelsior, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.2/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.2/leim' '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_DK.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Message

Minor modes in effect:
  csv-field-index-mode: t
  footnote-mode: t
  mml-mode: t
  whitespace-global-mode: t
  minibuffer-electric-default-mode: t
  icomplete-mode: t
  auto-image-file-mode: t
  show-paren-mode: t
  global-auto-revert-mode: t
  shell-dirtrack-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t




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

From: Glenn Morris <rgm@gnu.org>
To: 2456-done@emacsbugs.donarmstrong.com
Subject: Re: Bug#2456
Date: Tue, 01 Dec 2009 22:05:27 -0500
Message-ID: <2lmy22cbyg.fsf@fencepost.gnu.org>


This seems to be fixed in the current CVS trunk.

http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00040.html

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

end of thread, other threads:[~2009-12-02  3:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <2lmy22cbyg.fsf@fencepost.gnu.org>
2009-02-24  6:44 ` bug#2456: 22.2.1 mouse-yank-at-point setting is not obeyed in all buffers Jari Aalto
2009-12-02  3:15   ` bug#2456: marked as done (22.2.1 mouse-yank-at-point setting is not obeyed in all buffers) Emacs bug Tracking System

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.