GNU bug report logs - #17529
24.3; Error in hippie-expand

Previous Next

Package: emacs;

Reported by: Torbjørn Lindahl <torbjorn.lindahl <at> gmail.com>

Date: Mon, 19 May 2014 16:22:02 UTC

Severity: normal

Found in version 24.3

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
Cc: Torbjørn Lindahl <torbjorn.lindahl <at> gmail.com>, 17529 <at> debbugs.gnu.org
Subject: bug#17529: 24.3; Error in hippie-expand
Date: Thu, 22 May 2014 02:21:14 -0400
I think this would also work:

*** lisp/hippie-exp.el	2014-02-10 01:34:22 +0000
--- lisp/hippie-exp.el	2014-05-22 06:16:33 +0000
***************
*** 715,721 ****
  
  (defun he-line-search-regexp (pat strip-prompt)
    (if strip-prompt
!       (concat "\\(" comint-prompt-regexp "\\|^\\s-*\\)\\("
  	      (regexp-quote pat)
  	      "[^\n]*[^ \t\n]\\)")
        (concat "^\\(\\s-*\\)\\("
--- 715,721 ----
  
  (defun he-line-search-regexp (pat strip-prompt)
    (if strip-prompt
!       (concat "\\(" comint-prompt-regexp "\\|^\\s-*\\)\\(?2:"
  	      (regexp-quote pat)
  	      "[^\n]*[^ \t\n]\\)")
        (concat "^\\(\\s-*\\)\\("





This bug report was last modified 11 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.