GNU bug report logs -
#74137
[PATCH] gnu: Add emacs-vi-tilde-fringe.
Previous Next
Full log
View this message in rfc822 format
Hello,
Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-vi-tilde-fringe): New variable.
Thank you.
> +(define-public emacs-vi-tilde-fringe
> + (let ((commit "f1597a8d54535bb1d84b442577b2024e6f910308")
> + (revision "0"))
> + (package
> + (name "emacs-vi-tilde-fringe")
> + (version (git-version "1.0" revision commit))
I think you can use (version "1.0") and ignore revision. There are no
functionnal differences between the initial 1.0 release and the commit
you point to.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/syl20bnr/vi-tilde-fringe")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "0wdm8k49zl6i6wnh7vjkswdh5m9lix56jv37xvc90inipwgs402z"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/syl20bnr/vi-tilde-fringe")
> + (synopsis "Display tildes on empty lines in the Emacs fringe a la Vi")
> + (description
> + "Display tildes on empty lines in the Emacs fringe a la Vi.")
The description should consist of complete sentences only.
Could you send an updated patch?
Regards,
--
Nicolas Goaziou
This bug report was last modified 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.