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
715dd516
Commit
715dd516
authored
Nov 29, 2007
by
Glenn Morris
Browse files
(w3m-toggle-inline-image, htmlr-reset)
(htmlr-step): Declare as functions.
parent
fedf6211
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
lisp/net/newsticker.el
lisp/net/newsticker.el
+8
-0
No files found.
lisp/net/newsticker.el
View file @
715dd516
...
...
@@ -2600,6 +2600,9 @@ If URL is nil it is searched at point."
(add-to-list 'newsticker-url-list (list name url nil nil nil) t)
(customize-variable 'newsticker-url-list))
;; External.
(declare-function w3m-toggle-inline-image "ext:w3m" (&optional force no-cache))
(defun newsticker-w3m-show-inline-images ()
"Show inline images in visible text ranges.
In-line images in invisible text ranges are hidden. This function
...
...
@@ -4843,6 +4846,11 @@ The face is chosen according the values of NT-FACE and AGE."
;; ======================================================================
;;; HTML rendering
;; ======================================================================
;; External.
(declare-function htmlr-reset "ext:htmlr" ())
(declare-function htmlr-step "ext:htmlr" ())
(defun newsticker-htmlr-render (pos1 pos2) ;
"Replacement for `htmlr-render'.
Renders the HTML code in the region POS1 to POS2 using htmlr."
...
...
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