(t-mouse-make-event): Pass on mev's more informative
error message.
This commit is contained in:
@@ -166,6 +166,8 @@ Also trim the accumulator by all the data used to build the event."
|
||||
(if (or (eq (car ob-pos) 'STILL) (eq (car ob-pos) '***) (not ob-pos))
|
||||
nil
|
||||
(setq ob (car ob-pos))
|
||||
(if (string-match "mev:$" (prin1-to-string ob))
|
||||
(error "Can't open mouse connection"))
|
||||
(setq t-mouse-filter-accumulator
|
||||
(substring t-mouse-filter-accumulator (cdr ob-pos)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user