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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
aebf69c8
Commit
aebf69c8
authored
Jun 20, 2011
by
Deniz Dogan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/net/rcirc.el: Delete trailing whitespaces once and for all.
parent
76147d94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+8
-8
No files found.
lisp/ChangeLog
View file @
aebf69c8
2011-06-20 Deniz Dogan <deniz@dogan.se>
* net/rcirc.el: Delete trailing whitespaces once and for all.
2011-06-20 Martin Rudalics <rudalics@gmx.at>
* window.el (get-window-with-predicate): Start scanning with
...
...
lisp/net/rcirc.el
View file @
aebf69c8
...
...
@@ -987,7 +987,7 @@ This number is independent of the number of lines in the buffer.")
(
setq
buffer-invisibility-spec
'
())
(
setq
buffer-display-table
(
make-display-table
))
(
set-display-table-slot
buffer-display-table
4
(
let
((
glyph
(
make-glyph-code
(
let
((
glyph
(
make-glyph-code
?.
'font-lock-keyword-face
)))
(
make-vector
3
glyph
)))
...
...
@@ -1151,7 +1151,7 @@ Create the buffer if it doesn't exist."
(
rcirc-generate-new-buffer-name
process
target
))))
(
with-current-buffer
new-buffer
(
rcirc-mode
process
target
)
(
rcirc-put-nick-channel
process
(
rcirc-nick
process
)
target
(
rcirc-put-nick-channel
process
(
rcirc-nick
process
)
target
rcirc-current-line
))
new-buffer
)))))
...
...
@@ -1238,7 +1238,7 @@ Create the buffer if it doesn't exist."
(
interactive
)
(
let
((
pos
(
1+
(
-
(
point
)
rcirc-prompt-end-marker
))))
(
goto-char
(
point-max
))
(
let
((
text
(
buffer-substring-no-properties
rcirc-prompt-end-marker
(
let
((
text
(
buffer-substring-no-properties
rcirc-prompt-end-marker
(
point
)))
(
parent
(
buffer-name
)))
(
delete-region
rcirc-prompt-end-marker
(
point
))
...
...
@@ -1477,7 +1477,7 @@ record activity."
(
match-string
1
text
)))
rcirc-ignore-list
))
;; do not ignore if we sent the message
(
not
(
string=
sender
(
rcirc-nick
process
))))
(
not
(
string=
sender
(
rcirc-nick
process
))))
(
let*
((
buffer
(
rcirc-target-buffer
process
sender
response
target
text
))
(
inhibit-read-only
t
))
(
with-current-buffer
buffer
...
...
@@ -1655,8 +1655,8 @@ log-files with absolute names (see `rcirc-log-filename-function')."
(
defun
rcirc-view-log-file
()
"View logfile corresponding to the current buffer."
(
interactive
)
(
find-file-other-window
(
expand-file-name
(
funcall
rcirc-log-filename-function
(
find-file-other-window
(
expand-file-name
(
funcall
rcirc-log-filename-function
(
rcirc-buffer-process
)
rcirc-target
)
rcirc-log-directory
)))
...
...
@@ -2446,7 +2446,7 @@ keywords when no KEYWORD is given."
rcirc-fill-column
)
(
t
fill-column
))
;; make sure ... doesn't cause line wrapping
3
)))
3
)))
(
fill-region
(
point
)
(
point-max
)
nil
t
))))
;;; handlers
...
...
@@ -2813,7 +2813,7 @@ Passwords are stored in `rcirc-authinfo' (which see)."
;; quakenet authentication doesn't rely on the user's nickname.
;; the variable `nick' here represents the Q account name.
(
when
(
eq
method
'quakenet
)
(
rcirc-send-privmsg
(
rcirc-send-privmsg
process
"Q@CServe.quakenet.org"
(
format
"AUTH %s %s"
nick
(
car
args
))))))))))
...
...
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