Gnus development mailing list
 help / color / mirror / Atom feed
* bug: push-button in XEmacs
@ 1998-10-21  7:35 Shenghuo ZHU
  0 siblings, 0 replies; only message in thread
From: Shenghuo ZHU @ 1998-10-21  7:35 UTC (permalink / raw)
  Cc: bugs


When push mime button with mouse-2 in XEmacs, mime part is not
displayed at a correct position.

A patch is attached.

-- 
Shenghuo

:- cut ------------------------------------------------------------

--- ChangeLog	1998/10/21 07:26:01	1.2
+++ ChangeLog	1998/10/21 07:26:47
@@ -1,3 +1,8 @@
+Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+	* gnus-xmas.el (gnus-xmas-article-push-button): Go to the
+	position.
+
 Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
 	* gnus-art.el (gnus-mime-display-mixed): Multipart in

--- gnus-xmas.el	1998/10/21 07:24:10	1.1
+++ gnus-xmas.el	1998/10/21 07:24:26
@@ -246,6 +246,7 @@
   (let* ((pos (event-closest-point event))
 	 (data (get-text-property pos 'gnus-data))
 	 (fun (get-text-property pos 'gnus-callback)))
+    (goto-char pos)
     (when fun
       (funcall fun data))))
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-10-21  7:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-21  7:35 bug: push-button in XEmacs Shenghuo ZHU

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 NNTP newsgroup(s).