When I use comint-history-isearch-backward-regexp (M-r) and I mistype something so it will not be found Emacs starts searching backward for 500 results before giving up. I cannot Control-g out so it basically freezes Emacs for around 10 seconds. I tried using (setq comint-input-ring-size 200) in the shell buffer and confirmed I had set it but it still tries to search back 500. Also a lot of the time it will restart the search after it hits 500 at zero, so I have to hit Control-g to end it. I am using Emacs version 24 (not sure if the same problem exists on 23) on a Mac.
|
| |||||||||
feedback
|
migrated from stackoverflow.com Feb 8 at 13:46
This question came from our site for professional and enthusiast programmers.