Nameless icon indicating copy to clipboard operation
Nameless copied to clipboard

Less is more. Hide package namespace in your emacs-lisp code

Results 12 Nameless issues
Sort by recently updated
recently updated
newest added

I have `nameless` from MELPA (`Package-Version: 20190429.1202 Version: 1.0.2`) on `GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2021-03-28, modified by Debian` I use it...

On first use nameless mode warns: ``` Warning (comp): nameless.el:286:7: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode' Disable showing Disable logging ```

Please consider putting nameless in a more logical place within the customize hierarchy. Thanks.

`font-lock-fontify-region` is not designed to be used in the way `nameless` is using it. That's a low level utility. It creates two major issue. First is the trouble with big...

If I have this set to t, for enabled, and I then attempt to type a new private var, the font lock face fails to highlight it as double `::`,...

The suggested use of nameless is (add-hook 'emacs-lisp-mode-hook #'nameless-mode) Prior to this change, running nameless in this way would cause `nameless--after-hack-local-variables` to get run twice on opening a file: once...

Opening `org.el` is very slow for me. I did some profiling, and it seems `nameless` is responsible. ``` (progn (profiler-start 'cpu) (dotimes (_ 5) (find-file "~/emacs/lisp/org/org.el")) (profiler-report) (profiler-stop)) ``` Here...

I've been using `nameless` with `nameless-affect-indentation-and-filling = nil` on an off for a while, but I'm not psyched about the results. If you leave the default, it's readable for you,...

Great idea/project, Artur :smile: I wasn't sure about it at first, but it's grown on me! There's one thing that's still a hang-up, though: when I'm switching between a bunch...