chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f7e6c
)
dot/bashrc: Versions of Emacs later than 22.x exist.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 8 Jan 2015 14:04:41 +0000
(14:04 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 8 Jan 2015 14:04:41 +0000
(14:04 +0000)
And have done for a while. So notice them when deciding whether to
clobber $PAGER.
dot/bashrc
patch
|
blob
|
blame
|
history
diff --git
a/dot/bashrc
b/dot/bashrc
index 1b6d7af0c2c3546960705719a155979b2a24e173..6337ca6109d0d030b11e81e4d966e7abeb4cacbc 100644
(file)
--- a/
dot/bashrc
+++ b/
dot/bashrc
@@
-157,7
+157,7
@@
alias zgrep="greplike zgrep"
## Turn off pagers inside Emacs shell buffers.
case "$INSIDE_EMACS" in
- 2
2
.*,comint) export PAGER=cat ;;
+ 2
[2-9].*,comint | [3-9][0-9]
.*,comint) export PAGER=cat ;;
esac
###--------------------------------------------------------------------------