Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b8044b69
Commit
b8044b69
authored
Oct 11, 2007
by
Juanma Barranquero
Browse files
(follow-stop-intercept-process-output):
Use `follow-call-process-filter' rather than `process-filter'.
parent
31c4b81d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+7
-2
lisp/follow.el
lisp/follow.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b8044b69
2007-10-11 Juanma Barranquero <lekktu@gmail.com>
* follow.el (follow-stop-intercept-process-output):
Use `follow-call-process-filter' rather than `process-filter'.
2007-10-11 Tom Tromey <tromey@redhat.com>
2007-10-11 Tom Tromey <tromey@redhat.com>
* progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
* progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
...
@@ -17,8 +22,8 @@
...
@@ -17,8 +22,8 @@
* ps-print.el: Fix the usage of :foreground and :background face
* ps-print.el: Fix the usage of :foreground and :background face
attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
(ps-print-version): New version 6.7.6.
(ps-print-version): New version 6.7.6.
(ps-face-attributes, ps-face-attribute-list, ps-face-background):
Fix
(ps-face-attributes, ps-face-attribute-list, ps-face-background):
code.
Fix
code.
(ps-face-foreground-color-p, ps-face-background-color-p)
(ps-face-foreground-color-p, ps-face-background-color-p)
(ps-face-color-p): New inline funs.
(ps-face-color-p): New inline funs.
lisp/follow.el
View file @
b8044b69
...
@@ -1900,7 +1900,7 @@ report this using the `report-emacs-bug' function."
...
@@ -1900,7 +1900,7 @@ report this using the `report-emacs-bug' function."
(follow-tidy-process-filter-alist)
(follow-tidy-process-filter-alist)
(let ((list (process-list)))
(let ((list (process-list)))
(while list
(while list
(if (eq (process-filter (car list)) 'follow-generic-filter)
(if (eq (
follow-call-
process-filter (car list)) 'follow-generic-filter)
(progn
(progn
(follow-call-set-process-filter
(follow-call-set-process-filter
(car list)
(car list)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment