Skip to content

Commit

Permalink
Fix `twittering-new-tweets-hook' under SSL sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
bertogg authored and yata committed Jan 3, 2010
1 parent 272aafd commit dfcedf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
error message
(twittering-url-copy-file-async): more descriptive error message

2010-01-02 Alberto Garcia <agarcia@igalia.com>

* twittering-mode.el (twittering-start-http-ssl-session):
Set noninteractive using lexical-let so the HTTP sentinel can
receive its value and `twittering-new-tweets-hook' works
correctly.

2010-01-02 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-use-show-minibuffer-length): New
Expand Down
1 change: 1 addition & 0 deletions twittering-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ Z70Br83gcfxaz2TE4JaY0KNA4gGK7ycH8WUBikQtBmV1UsCGECAhX2xrD2yuCRyv
(debug-print curl-args)
(lexical-let ((temp-buffer
(generate-new-buffer "*twmode-http-buffer*"))
(noninteractive noninteractive)
(sentinel sentinel))
(let ((curl-process
(apply 'start-process
Expand Down

0 comments on commit dfcedf6

Please sign in to comment.