From rgm@gnu.org Sun Nov 22 16:42:44 2009 Received: (at quiet) by emacsbugs.donarmstrong.com; 23 Nov 2009 00:42:44 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,FVGT_m_MULTI_ODD, MURPHY_DRUGS_REL8,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAN0gg3K024263 for ; Sun, 22 Nov 2009 16:42:44 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NCN0s-0005yy-8V for quiet@emacsbugs.donarmstrong.com; Sun, 22 Nov 2009 19:42:42 -0500 From: David De La Harpe Golden To: quiet@debbugs.gnu.org Subject: select-active-regions xplat clean-up Date: Sun, 15 Nov 2009 01:49:10 +0000 Lines: 294 X-From-Line: emacs-devel-bounces+rgm=gnu.org@gnu.org Sat Nov 14 20:50:02 2009 Received: from mx10.gnu.org ([199.232.76.166]:40815) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1N9UFd-0000Ek-M6 for rgm@gnu.org; Sat, 14 Nov 2009 20:50:02 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1N9UFa-0000OB-Sp for rgm@gnu.org; Sat, 14 Nov 2009 20:50:01 -0500 Received: from lists.gnu.org ([199.232.76.165]:41512) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9UFa-0000Nt-FX for rgm@gnu.org; Sat, 14 Nov 2009 20:49:58 -0500 Received: from localhost ([127.0.0.1]:43328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9UFa-0000wg-Gk for rgm@gnu.org; Sat, 14 Nov 2009 20:49:58 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9UEy-0000uN-RV for emacs-devel@gnu.org; Sat, 14 Nov 2009 20:49:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9UEu-0000rR-3o for emacs-devel@gnu.org; Sat, 14 Nov 2009 20:49:20 -0500 Received: from [199.232.76.173] (port=46407 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9UEt-0000rO-Uc for emacs-devel@gnu.org; Sat, 14 Nov 2009 20:49:15 -0500 Received: from harpegolden.net ([65.99.215.13]:52862) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9UEt-0008WJ-8p for emacs-devel@gnu.org; Sat, 14 Nov 2009 20:49:15 -0500 Received: from [87.198.54.204] (87-198-54-204.ptr.magnet.ie [87.198.54.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTP id BBC7481FF for ; Sun, 15 Nov 2009 01:49:12 +0000 (GMT) X-Debbugs-No-Ack: yes X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+rgm=gnu.org@gnu.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Message-ID: <1riqd2nkal.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: Glenn Morris --=-=-= Content-Type: text/plain; charset=iso-8859-1; format=flowed Severity: wishlist Tags: patch [ Resent from http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00453.html ] Removes unnecessary X11isms from simple.el, lays some groundwork for non-X11 implementation. Introduces clipboard-active-regions to cover case where users want select-active-regions like behaviour only affecting the clipboard instead (whether on X11 or platforms without primary). --=-=-= Content-Type: text/x-patch; name=select-active-regions_xplat_r1.diff Content-Disposition: inline; filename=select-active-regions_xplat_r1.diff Index: lisp/simple.el =================================================================== RCS file: /sources/emacs/emacs/lisp/simple.el,v retrieving revision 1.1029 diff -U 8 -r1.1029 simple.el --- lisp/simple.el 14 Nov 2009 16:07:47 -0000 1.1029 +++ lisp/simple.el 15 Nov 2009 01:36:31 -0000 @@ -2777,16 +2777,71 @@ kill ring for easy access via `yank-pop'. Note that the function should return a string only if a program other than Emacs has provided a string for pasting; if Emacs provided the most recent string, the function should return nil. If it is difficult to tell whether Emacs or some other program provided the current string, it is probably good enough to return nil if the string is equal (according to `string=') to the last text Emacs provided.") + +(defvar interprogram-region-function nil + "Function to call to make the active region available to other programs. + +Certain window systems provide a facility for directly insertion of +text currently selected in one program into another program. Such a +facility is sometimes confused with, but is nowadays considered +distinct from, a cut and paste clipboard type facility. The canonical +example is an X11 PRIMARY selection considered to be separate from and +independent to the X11 CLIPBOARD selection, as they are treated in +several X11 desktop environments. + +Emacs supports making its currently active region available to other +programs through the system facility for making the currently selected +text directly available, if any. Emacs also supports using the system +clipboard facility for doing so, as several non-X11 platforms have a +clipboard analog but no primary selection analog and some users find +it convenient to use the clipboard as a substitute for primary. + +If `select-active-regions' is non-nil, emacs will make the active +region available to other programs through the system facility for +making currently selected text directly available to other +applications. + +If `clipboard-active-regions' is non-nil, emacs will make the active +region available to other programs through the system clipboard +facility. + +This variable holds the function that Emacs calls to make the active +region available to other programs via the relevant facilities. The +function should be called with one or two arguments. + +Note that the function is not called every time the active region +changes, that could be every point movement while the region is +active: + +The first argument, TEXTORBUF, is either a string containing the text +which should be made available, or a buffer. If the argument is a +buffer, the function should arrange for the the region between the +mark and point in the buffer at such times as Emacs is expected to +provide the currently selected text by the system be made available, +and while emacs ownership of the relevant system facilities has not +lapsed, not at time of function call. This allows an acceptably efficient +lazy implementation on X11. On some non-X11 window systems, it may be +necessary to emulate lazy behaviour with an idle timer or other +technique, as the window system may not ask emacs for the currently +selected text but rather expect emacs to tell it the currently +selected text. + +The second, optional, argument, FORCE, if non-nil means that emacs +should update and acquire ownership of the relevant window system +facilities. If it is nil or not supplied, emacs should arrange to +update the relevant window system facilities only if it currently +already has ownership of them (emacs may have lost ownership to +another application since the previous call to the function).") ;;;; The kill ring data structure. (defvar kill-ring nil "List of killed text sequences. Since the kill ring is supposed to interact nicely with cut-and-paste @@ -3530,38 +3585,51 @@ If you are using this in an editing command, you are most likely making a mistake; see the documentation of `set-mark'." (if (or force (not transient-mark-mode) mark-active mark-even-if-inactive) (marker-position (mark-marker)) (signal 'mark-inactive nil))) (defcustom select-active-regions nil - "If non-nil, an active region automatically becomes the window selection." + "If non-nil, an active region automatically becomes the window system current selection. + +The `interprogram-region-function', if any, implements this customization. + +See also `clipboard-active-regions'." :type 'boolean :group 'killing :version "23.1") -(declare-function x-selection-owner-p "xselect.c" (&optional selection)) +(defcustom clipboard-active-regions nil + "If non-nil, an active region automatically becomes the window system clipboard. + +The `interprogram-region-function', if any, implements this customization. + +See also `select-active-regions'." + :type 'boolean + :group 'killing + :version "23.2") ;; Many places set mark-active directly, and several of them failed to also ;; run deactivate-mark-hook. This shorthand should simplify. (defsubst deactivate-mark (&optional force) "Deactivate the mark by setting `mark-active' to nil. Unless FORCE is non-nil, this function does nothing if Transient Mark mode is disabled. This function also runs `deactivate-mark-hook'." (when (or transient-mark-mode force) - ;; Copy the latest region into the primary selection, if desired. - (and select-active-regions + ;; Copy the latest region into the primary selection + ;; and/or clipboard, if desired, via interprogram-region-function + (and (or select-active-regions clipboard-active-regions) mark-active - (display-selections-p) - (x-selection-owner-p 'PRIMARY) - (x-set-selection 'PRIMARY (buffer-substring-no-properties - (region-beginning) (region-end)))) + interprogram-region-function + (funcall interprogram-region-function + (buffer-substring-no-properties + (region-beginning) (region-end)) nil)) (if (and (null force) (or (eq transient-mark-mode 'lambda) (and (eq (car-safe transient-mark-mode) 'only) (null (cdr transient-mark-mode))))) ;; When deactivating a temporary region, don't change ;; `mark-active' or run `deactivate-mark-hook'. (setq transient-mark-mode nil) (if (eq (car-safe transient-mark-mode) 'only) @@ -3570,19 +3638,20 @@ (run-hooks 'deactivate-mark-hook)))) (defun activate-mark () "Activate the mark." (when (mark t) (setq mark-active t) (unless transient-mark-mode (setq transient-mark-mode 'lambda)) - (when (and select-active-regions - (display-selections-p)) - (x-set-selection 'PRIMARY (current-buffer))))) + (when (and (or select-active-regions clipboard-active-regions) + interprogram-region-function) + (funcall interprogram-region-function + (current-buffer) t)))) (defun set-mark (pos) "Set this buffer's mark to POS. Don't use this function! That is to say, don't use this function unless you want the user to see that the mark has moved, and you want the previous mark position to be lost. Normally, when a new mark is set, the old one should go on the stack. @@ -3595,19 +3664,19 @@ store it in a Lisp variable. Example: (let ((beg (point))) (forward-line 1) (delete-region beg (point)))." (if pos (progn (setq mark-active t) (run-hooks 'activate-mark-hook) - (when (and select-active-regions - (display-selections-p)) - (x-set-selection 'PRIMARY (current-buffer))) + (when (and (or select-active-regions clipboard-active-regions) + interprogram-region-function) + (funcall interprogram-region-function (current-buffer) t)) (set-marker (mark-marker) pos (current-buffer))) ;; Normally we never clear mark-active except in Transient Mark mode. ;; But when we actually clear out the mark value too, we must ;; clear mark-active in any mode. (deactivate-mark t) (set-marker (mark-marker) nil))) (defcustom use-empty-active-region nil Index: lisp/mouse.el =================================================================== RCS file: /sources/emacs/emacs/lisp/mouse.el,v retrieving revision 1.363 diff -U 8 -r1.363 mouse.el --- lisp/mouse.el 13 Nov 2009 22:19:53 -0000 1.363 +++ lisp/mouse.el 15 Nov 2009 01:36:31 -0000 @@ -1361,22 +1361,22 @@ (defun mouse-yank-at-click (click arg) "Insert the last stretch of killed text at the position clicked on. Also move point to one end of the text thus inserted (normally the end), and set mark at the beginning. Prefix arguments are interpreted as with \\[yank]. If `mouse-yank-at-point' is non-nil, insert at point regardless of where you click. -If `select-active-regions' is non-nil, the mark is deactivated -before inserting the text." +If `select-active-regions' or `clipboard-active-regions' are non-nil, +the mark is deactivated before inserting the text." (interactive "e\nP") ;; Give temporary modes such as isearch a chance to turn off. (run-hooks 'mouse-leave-buffer-hook) - (when select-active-regions + (when (or select-active-regions clipboard-active-regions) ;; Without this, confusing things happen upon e.g. inserting into ;; the middle of an active region. (deactivate-mark)) (or mouse-yank-at-point (mouse-set-point click)) (setq this-command 'yank) (setq mouse-selection-click-count 0) (yank arg)) Index: lisp/term/x-win.el =================================================================== RCS file: /sources/emacs/emacs/lisp/term/x-win.el,v retrieving revision 1.245 diff -U 8 -r1.245 x-win.el --- lisp/term/x-win.el 11 Nov 2009 05:49:14 -0000 1.245 +++ lisp/term/x-win.el 15 Nov 2009 01:36:31 -0000 @@ -1404,19 +1404,32 @@ ;; This code is still a big improvement because now the user can ;; futz with the current selection and get emacs to pay attention ;; to the cut buffer again (previously as soon as clipboard or ;; primary had been set the cut buffer would essentially never be ;; checked again). (or clip-text primary-text cut-text) ))) +(declare-function x-selection-owner-p "xselect.c" (&optional selection)) + +(defun x-region-handler (textorbuf &optional force) + "X implementation of `interprogram-region-function'" + (when (and select-active-regions + (or force (x-selection-owner-p 'PRIMARY))) + (x-set-selection 'PRIMARY textorbuf)) + (when (and clipboard-active-regions + (or force (x-selection-owner-p 'CLIPBOARD))) + (x-set-selection 'CLIPBOARD textorbuf))) + ;; Arrange for the kill and yank functions to set and check the clipboard. (setq interprogram-cut-function 'x-select-text) (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) +;; Arrange for the active region to be propagated to system if desired. +(setq interprogram-region-function 'x-region-handler) (defun x-clipboard-yank () "Insert the clipboard contents, or the last stretch of killed text." (interactive "*") (let ((clipboard-text (x-selection-value 'CLIPBOARD)) (x-select-enable-clipboard t)) (if (and clipboard-text (> (length clipboard-text) 0)) (kill-new clipboard-text)) --=-=-=-- From rgm@gnu.org Sun Nov 22 16:58:07 2009 Received: (at 5014-quiet) by emacsbugs.donarmstrong.com; 23 Nov 2009 00:58:07 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,MURPHY_DRUGS_REL8, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAN0w5BM025594 for <5014-quiet@emacsbugs.donarmstrong.com>; Sun, 22 Nov 2009 16:58:07 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NCNFl-0006KK-Ep for 5014-quiet@emacsbugs.donarmstrong.com; Sun, 22 Nov 2009 19:58:05 -0500 From: David De La Harpe Golden To: 5014-quiet@debbugs.gnu.org Subject: select-active-regions mouse wheel scroll bug fix In-Reply-To: <4AFF5E16.9080908@harpegolden.net> Date: Sun, 15 Nov 2009 14:23:08 +0000 Lines: 74 References: <4AFF5E16.9080908@harpegolden.net> X-From-Line: emacs-devel-bounces+rgm=gnu.org@gnu.org Sun Nov 15 09:23:54 2009 Received: from mail.gnu.org ([199.232.76.166]:58975 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1N9g1C-0002El-2R for rgm@gnu.org; Sun, 15 Nov 2009 09:23:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1N9g1A-0000cO-Rx for rgm@gnu.org; Sun, 15 Nov 2009 09:23:53 -0500 Received: from lists.gnu.org ([199.232.76.165]:57124) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9g1A-0000cK-LH for rgm@gnu.org; Sun, 15 Nov 2009 09:23:52 -0500 Received: from localhost ([127.0.0.1]:42878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9g1A-0003p3-It for rgm@gnu.org; Sun, 15 Nov 2009 09:23:52 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9g0c-0003oq-GL for emacs-devel@gnu.org; Sun, 15 Nov 2009 09:23:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9g0X-0003mI-PM for emacs-devel@gnu.org; Sun, 15 Nov 2009 09:23:17 -0500 Received: from [199.232.76.173] (port=52126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9g0X-0003mA-Im for emacs-devel@gnu.org; Sun, 15 Nov 2009 09:23:13 -0500 Received: from harpegolden.net ([65.99.215.13]:33795) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9g0W-0000Ti-0t for emacs-devel@gnu.org; Sun, 15 Nov 2009 09:23:13 -0500 Received: from [87.198.54.207] (87-198-54-207.ptr.magnet.ie [87.198.54.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTP id E8BDD81CB for ; Sun, 15 Nov 2009 14:23:10 +0000 (GMT) X-Debbugs-No-Ack: yes X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+rgm=gnu.org@gnu.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: Glenn Morris --=-=-= Content-Type: text/plain; charset=iso-8859-1; format=flowed This is dependent on preceding cross-platform clean-up patch (It could be recast not to depend I suppose, but that would then necessarily involve embedding similar X11isms in mwheel.el to the ones banished by the clean-up patch, and be messier looking - the extra abstraction provided by interprogram-region-function proves useful in the fix) Didn't spot this for ages as I don't mouse wheel normally (have a gfx tablet). Without this patch, when you have a 'only active region (i.e. shift-cursor or mouse generated) and select-active-regions enabled, when you wheel scroll enough to trigger the mark-deactivation path in mwheel-scroll, the system selection will end up set to a surprising region not corresponding to the last visibly active region, which is irritating, especially if you were scrolling somewhere precisely to insert somewhere else. --=-=-= Content-Type: text/x-patch; name=select-active-regions_fixwheel_r1.diff Content-Disposition: inline; filename=select-active-regions_fixwheel_r1.diff --- emacs-sar-xplat/lisp/mwheel.el 2009-10-10 03:49:47.000000000 +0100 +++ emacs/lisp/mwheel.el 2009-11-15 14:21:52.000000000 +0000 @@ -190,6 +190,14 @@ (buffer (window-buffer curwin)) (opoint (with-current-buffer buffer (when (eq (car-safe transient-mark-mode) 'only) + ;; temporarily "freeze off" an active region as string if + ;; necessary, to avoid confusingly propagating + ;; region to system if the point is moved by scrolling + ;; causing a deactivation below. + (and interprogram-region-function + (funcall interprogram-region-function + (buffer-substring-no-properties + (region-beginning) (region-end)) nil)) (point)))) (mods (delq 'click (delq 'double (delq 'triple (event-modifiers event))))) @@ -228,10 +236,16 @@ (if curwin (select-window curwin))) ;; If there is a temporarily active region, deactivate it iff ;; scrolling moves point. + ;; Don't propagate deactivating region to system if scrolling moved point, + ;; however if scrolling did not move point, set active region back + ;; to buffer as we temporarily froze off string above. (when opoint (with-current-buffer buffer - (when (/= opoint (point)) - (deactivate-mark))))) + (if (/= opoint (point)) + (let ((interprogram-region-function nil)) + (deactivate-mark)) + (and interprogram-region-function + (funcall interprogram-region-function buffer nil)))))) (when (and mouse-wheel-click-event mouse-wheel-inhibit-click-time) (if mwheel-inhibit-click-event-timer (cancel-timer mwheel-inhibit-click-event-timer) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 28 01:33:35 2016 Received: (at 5014) by debbugs.gnu.org; 28 Feb 2016 06:33:35 +0000 Received: from localhost ([127.0.0.1]:49438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZuv8-0005h2-Ox for submit@debbugs.gnu.org; Sun, 28 Feb 2016 01:33:34 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:52245) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZuv6-0005gs-Eq for 5014@debbugs.gnu.org; Sun, 28 Feb 2016 01:33:33 -0500 Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aZuui-0004ek-Em; Sun, 28 Feb 2016 07:33:09 +0100 From: Lars Ingebrigtsen To: David De La Harpe Golden Subject: Re: bug#5014: select-active-regions xplat clean-up References: <1riqd2nkal.fsf@fencepost.gnu.org> Date: Sun, 28 Feb 2016 17:33:02 +1100 In-Reply-To: <1riqd2nkal.fsf@fencepost.gnu.org> (David De La Harpe Golden's message of "Sun, 15 Nov 2009 01:49:10 +0000") Message-ID: <87k2lps5sx.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aZuui-0004ek-Em X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457245989.42532@rY2aMlP0LWKsBui+rHmAFQ X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 5014 Cc: 5014@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) David De La Harpe Golden writes: > Severity: wishlist > Tags: patch > > [ Resent from > http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00453.html ] > > Removes unnecessary X11isms from simple.el, lays some groundwork for > non-X11 implementation. Introduces clipboard-active-regions to cover > case where users want select-active-regions like behaviour only > affecting the clipboard instead (whether on X11 or platforms without > primary). I think this area has been thoroughly rewritten in later years, so I don't think this is still an issue. If it still is, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 28 01:33:42 2016 Received: (at control) by debbugs.gnu.org; 28 Feb 2016 06:33:42 +0000 Received: from localhost ([127.0.0.1]:49442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZuvG-0005hM-2p for submit@debbugs.gnu.org; Sun, 28 Feb 2016 01:33:42 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:52251) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZuvE-0005hE-FB for control@debbugs.gnu.org; Sun, 28 Feb 2016 01:33:40 -0500 Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aZuus-0004fD-1D for control@debbugs.gnu.org; Sun, 28 Feb 2016 07:33:18 +0100 Date: Sun, 28 Feb 2016 17:33:14 +1100 Message-Id: <87io19s5sl.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #5014 X-MailScanner-ID: 1aZuus-0004fD-1D X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457245998.93805@ZKYogK9L5tcKq9+P3nmQ+w X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 5014 From unknown Sun Aug 17 09:11:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 27 Mar 2016 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator