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
1230c3cb
Commit
1230c3cb
authored
Feb 09, 2008
by
Miles Bader
Browse files
(rcirc-omit-mode): Suppress invisibility ellipsis
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1061
parent
37b77401
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+2
-2
No files found.
lisp/ChangeLog
View file @
1230c3cb
2008-02-09 Miles Bader <miles@gnu.org>
* net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
...
...
lisp/net/rcirc.el
View file @
1230c3cb
...
...
@@ -1678,9 +1678,9 @@ Uninteresting lines are those whose responses are listed in
(
setq
rcirc-omit-mode
(
not
rcirc-omit-mode
))
(
if
rcirc-omit-mode
(
progn
(
add-to-invisibility-spec
'
(
rcirc-omit
.
t
))
(
add-to-invisibility-spec
'
(
rcirc-omit
.
nil
))
(
message
"Rcirc-Omit mode enabled"
))
(
remove-from-invisibility-spec
'
(
rcirc-omit
.
t
))
(
remove-from-invisibility-spec
'
(
rcirc-omit
.
nil
))
(
message
"Rcirc-Omit mode disabled"
))
(
recenter
(
when
(
>
(
point
)
rcirc-prompt-start-marker
)
-1
)))
...
...
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