time; update epg-read-point everytime the point changes.
* epg.el (epg-process-filter-running): New variable.
(epg--start): Setup epg-process-filter-running.
(epg--process-filter): Allow only one status handler to run at a
- time.
+ time; update epg-read-point everytime the point changes.
2006-07-14 Daiki Ueno <ueno@unixuser.org>
(if (and symbol
(fboundp symbol))
(funcall symbol epg-context string)))))
- (forward-line))
- (setq epg-read-point (point)))
+ (forward-line)
+ (setq epg-read-point (point))))
(setq epg-process-filter-running nil))))))
(defun epg-read-output (context)