_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-impatient-mode 20230511.1746
Propagated dependencies: emacs-simple-httpd@20230821.1458 emacs-htmlize@20240915.1657
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/netguy204/imp.el
Licenses:
Synopsis: Serve buffers live over HTTP
Description:

Documentation at https://melpa.org/#/impatient-mode

emacs-impatient-mode 1.1
Propagated dependencies: emacs-simple-httpd@1.5.1 emacs-htmlize@1.58
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/skeeto/impatient-mode.git
Licenses: GPL 3+
Synopsis: Impatient html mode. See your changes in the browser as you type
Description:

See the effect of your HTML as you type it.

emacs-impatient-mode 20200723.2117
Propagated dependencies: emacs-simple-httpd@1.5.1 emacs-htmlize@1.58
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/netguy204/imp.el
Licenses: Public Domain
Synopsis: Serve buffers live over HTTP
Description:

impatient-mode is a minor mode that publishes the live buffer through the local simple-httpd server under /imp/live/<buffer-name>/. To unpublish a buffer, toggle impatient-mode off. Start the simple-httpd server (`httpd-start') and visit /imp/ on the local server. There will be a listing of all the buffers that currently have impatient-mode enabled. This is likely to be found here: http://localhost:8080/imp/ Except for html-mode buffers, buffers will be prettied up with htmlize before being sent to clients. This can be toggled at any time with `imp-toggle-htmlize'. Because html-mode buffers are sent raw, you can use impatient-mode see your edits to an HTML document live! This is perhaps the primary motivation of this mode. To receive updates the browser issues a long poll on the client waiting for the buffer to change -- server push. The response happens in an `after-change-functions hook. Buffers that do not run these hooks will not be displayed live to clients.

Total results: 3