[GNU ELPA] Qrencode version 1.4

ELPA update <[email protected]> Sat, 01 Aug 2026 17:06:51 -0400
Newsgroups gmane.emacs.sources
Message-ID <[email protected]>
Version 1.4 of package Qrencode has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Qrencode describes itself as:

  =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  QRCode encoder
  =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

More at https://elpa.gnu.org/packages/qrencode.html

## Summary:

  1 QREncode EL
  =E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=
=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90

    QR Code encoder written in pure Emacs Lisp.

    For example the self-link (<https://github.com/ruediger/qrencode-el>)
    below was generated using this code:

    <file:qr-self.png>


  1.1 Usage
  =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80

    This package provides two user facing interactive functions, that will
    encode text into a QR Code and show it in a separate buffer.

    `qrencode-region'
	  Shows the current selection as a QR Code.
    `qrencode-url-at-point'
	  Encode URL at point as QR Code.

    Some customizations are provided using `M-x customize-group RET
      qrencode RET'.

    QR Codes are rendered as Unicode text, but there is an option to
    export them as bitmap (NetPBM format).  There are also some public
    elisp library functions to generate QR Codes for use in other elisp

## Recent NEWS:

[Not provided =F0=9F=99=81]