help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs help from terminal


From: Tomas Hlavaty
Subject: Re: Emacs help from terminal
Date: Wed, 15 Jun 2022 19:00:20 +0200

On Wed 15 Jun 2022 at 10:52, Emanuel Berg <incal@dataswamp.org> wrote:
> Jean Louis wrote:
>> Of course that suspending will only work in shell which does have job
>> control.
>
> And in what shells will that be useful?

in any shell that supports job control

for example for running interactive or gui programs on the console:

see framebuffer-fbpdf function
https://logand.com/sw/emacs-framebuffer/file/emacs-framebuffer.el.html#l654

see framebuffer-fbmpv function
https://logand.com/sw/emacs-framebuffer/file/emacs-framebuffer.el.html#l667

or changing console font:

(defun console-font (x)
  (interactive "sfont: ")
  (suspend-emacs (format "setfont %s;fg" x))
  (message (format "font is %s" x)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]