home.social

#emacstip — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #emacstip, aggregated by home.social.

  1. CW: add emacs, gnus version numbers in email header

    for some emails sent to our mailing list contain user-agent: emacs version x, gnus version x after to, from, subject in email headers.

    actual
    to: "recipient email id"
    from: "sender email id"
    subject: "something which is short & precise"

    desired
    to: "recipient email id"
    from: "sender email id"
    subject: "something which is short & precise"
    user-agent: emacs version x, gnus version x

    what should i add in .emacs or .gnus?

    #LinuxForEveryone #debian #emacstip #gnus #gnu #helpwanted #question #emailclients #emailgeeks #email #emacs #emacs28

  2. #EmacsTip: Do want the power of Emacs in your shell? Enter #ShellMode, a specialized mode for command shell. It allows you to write shell command, run Emacs commands on your incomplete shell command and output. Before you say that it isn't a proper terminal emulator, I would like say, it is! With #Coterm, you can run any full screen terminal program in #ShellMode.

    Shell: gnu.org/software/emacs/manual/
    Coterm: elpa.gnu.org/packages/coterm.h

    #Emacs #Shell #Comint #Coterm #Terminal #TerminalEmulator