Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
62862dc9
Commit
62862dc9
authored
May 11, 2001
by
Johan Sundström
Browse files
David's bugfix for *kom*-fcc buffers swamping the place.
parent
c1b0489b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
62862dc9
2001-05-11 Johan Sundstrm <jhs@lysator.liu.se>
* edit-text.el (lyskom-edit-fcc-text): Bugfix; don't swarm the
place with *kom*-fcc buffers. Thanks, David.
2001-05-10 David Byers <davby@ida.liu.se>
* lyskom-rest.el (lyskom-fill-message): Protect the filling loop
...
...
@@ -61,7 +66,7 @@
* async.el (lyskom-parse-async): Update name of conference in
kom-handle-membership buffer when async name change happens.
Thu Apr 26 13:10:48 2001
Johan Sundstrm <jhs@
idonex
.se>
2001-04-26
Johan Sundstrm <jhs@
lysator.liu
.se>
* commands1.el (lyskom-get-least-used-mark-types-alist): Bugfix;
lyskom-set-alist isn't a destructive operation!
...
...
src/edit-text.el
View file @
62862dc9
...
...
@@ -1698,7 +1698,7 @@ Point must be located on the line where the subject is."
(
condition-case
arg
(
let
((
start
1
)
(
end
0
))
(
save-excursion
(
set-buffer
(
lyskom-get-buffer-create
'fcc
"*kom*-fcc"
))
(
set-buffer
(
lyskom-get-buffer-create
'fcc
"*kom*-fcc"
t
))
(
erase-buffer
)
(
insert
text
)
(
goto-char
(
point-min
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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