Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
24c4abf9
Commit
24c4abf9
authored
Jan 04, 2002
by
ShengHuo ZHU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nnspool.el (nnspool-request-post): Ditto.
parent
98cf1bb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+1
-0
lisp/gnus/nnspool.el
lisp/gnus/nnspool.el
+4
-2
No files found.
lisp/gnus/ChangeLog
View file @
24c4abf9
...
...
@@ -4,6 +4,7 @@
* mm-util.el (mm-use-find-coding-systems-region): New variable.
(mm-find-mime-charset-region): Use it.
* nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
* nnspool.el (nnspool-request-post): Ditto.
2002-01-01 ShengHuo ZHU <zsh@cs.rochester.edu>
...
...
lisp/gnus/nnspool.el
View file @
24c4abf9
;;; nnspool.el --- spool access for GNU Emacs
;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
;; 2000 Free Software Foundation, Inc.
;; 2000, 2002
;; Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Lars Magne Ingebrigtsen <larsi@gnus.org>
...
...
@@ -327,7 +328,8 @@ there.")
()
(
nnheader-report
'nnspool
""
)
(
set-process-sentinel
proc
'nnspool-inews-sentinel
)
(
process-send-region
proc
(
point-min
)
(
point-max
))
(
mm-with-unibyte-current-buffer
(
process-send-region
proc
(
point-min
)
(
point-max
)))
;; We slap a condition-case around this, because the process may
;; have exited already...
(
ignore-errors
...
...
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