emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104988: * progmodes/grep.el (rgrep):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104988: * progmodes/grep.el (rgrep): Don't bind `process-connection-type', because that makes the colours go away.
Date: Wed, 06 Jul 2011 17:49:19 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104988
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-06 17:49:19 +0200
message:
  * progmodes/grep.el (rgrep): Don't bind `process-connection-type', because 
that makes the colours go away.
modified:
  lisp/ChangeLog
  lisp/progmodes/grep.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-06 15:45:00 +0000
+++ b/lisp/ChangeLog    2011-07-06 15:49:19 +0000
@@ -1,5 +1,8 @@
 2011-07-06  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
+       because that makes the colours go away.
+
        * mail/sendmail.el (send-mail-function): Change the default to
        `sendmail-query-once'.
        (sendmail-query-once): Add an autoload cookie.

=== modified file 'lisp/progmodes/grep.el'
--- a/lisp/progmodes/grep.el    2011-06-30 01:09:13 +0000
+++ b/lisp/progmodes/grep.el    2011-07-06 15:49:19 +0000
@@ -966,8 +966,7 @@
       (setq dir default-directory))
     (if (null files)
        (if (not (string= regexp grep-find-command))
-           (let ((process-connection-type nil))
-             (compilation-start regexp 'grep-mode)))
+           (compilation-start regexp 'grep-mode))
       (setq dir (file-name-as-directory (expand-file-name dir)))
       (require 'find-dired)            ; for `find-name-arg'
       (let ((command (grep-expand-template


reply via email to

[Prev in Thread] Current Thread [Next in Thread]