emacs-devel
[Top][All Lists]
Advanced

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

Re: Display of undisplayable characters: \U01F3A8 instead of diamond


From: Emanuel Berg
Subject: Re: Display of undisplayable characters: \U01F3A8 instead of diamond
Date: Sat, 03 Sep 2022 11:16:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jean Louis wrote:

>>>> Can you provide a screenshot of Emacs under fbterm with
>>>> that font and one of Emacs in the raw Linux console?
>>>> I'm not sure I understand what you mean by "spidery".
>>>
>>> No, I don't know how to take a screen shot of a console.
>
> In FBTerm you can run utility `screen' and then follow
> instructions [...]

You can but there's no need for that.

Linux VTs from Emacs: [here, dump = screenshot]

(defun dump (name)
  (interactive "sname: ")
  (message nil)
  (let*((file (format "~/%s.png" name))
        (cmd  (format "fbgrab %s" file)) )
    (shell-command cmd) ))

Linux VTs from Linux VTs:

  $ sudo fbgrab -c VT NAME

https://dataswamp.org/~incal/conf/.zsh/dump
https://dataswamp.org/~incal/emacs-init/vt.el

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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