Arch Linux package management frontend for pacman and pacaur
Helm interface for xref results
Emacs frontend to python package manager pip
It's Magit! A Git porcelain inside Emacs.
The Rust package manager
Modular in-buffer completion framework for Emacs
Emacs :heart: Debug Adapter Protocol
Manage docker from Emacs.
An Emacs configuration for the stubborn martian vimmer
A client for Language Server Protocol servers
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
What does M-x company-diag say?
comment created time in 8 minutes
startedwell-typed/memory-usage-zurihac-2021
started time in 11 minutes
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
Wonderful. See below:

But once I hint RET to insert the result at the point, I must re-run M-x company-ispell again.
comment created time in 26 minutes
pull request commentcompany-mode/company-mode
Add company-complete-nth for quick-access bindings
Hi Dmitry, Here's what I've got after working with the code.
These (all?) important points supported:
- No backward compatibility breaking changes.
- Names and documentation better (I think) reflect what the function does.
- Aligns well with the renaming 'numbers' to 'quick-access' term.
- Extracting
company--complete-nthis not necessary, but prepares addition ofcompany-complete-quick-access.
comment created time in 32 minutes
pull request commentbrotzeit/pippel
Remove your fork of the repo before we transfer it to your namespace. This way issues, pull requests etc. will also be moved.
I give you collaborator rights. It can take some time until the changes at melpa get merged. You can merge the pull request when you're ready.
Sure thing, I've removed my fork. What do you mean about the section with the package location by the way?
comment created time in 38 minutes
push eventemacs-ng/emacs-ng
commit sha 2dbd5e2183067ecf021e18e525c9d62b3814172b
deploy: 207a048e78e6ef9585c8beeeae699a0aeed6313b
push time in 42 minutes
push eventemacs-ng/emacs-ng
commit sha 97e0eb92909ed770a97710208ea389e4e564c0e1
deploy: fdbf91e2bdf2e201c75d0e7535ea333ac58120c5
push time in 44 minutes
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
Does M-x company-ispell work?
comment created time in an hour
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
I tried with it, but noting appeared.
comment created time in an hour
push eventemacs-ng/emacs-ng
commit sha 0082490b30befd2ede854d18ea43aec457e8aead
deploy: 298c1e3cd9275c7dda4a86902ab5567c69c7bef9
push time in an hour
push eventemacs-ng/emacs-ng
commit sha cbabea325b8742b0cf40e55cec47f7ff123b2859
deploy: ed1f65b503149ef785ee6449926bb84b2b414630
push time in an hour
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
Something like this should work:
(push '(company-capf :with company-ispell) company-backends)
Or without :with, if you're fine with only using these two backends in all your buffers.
comment created time in an hour
issue commentemacs-ng/emacs-ng
Webrender bleeds symbols/fonts for org notes

Do you have any configuration to disable showing of leading stars? I think it affect emacs to a draw a kind of elements which webrender backend don't support. We need implement this unknown element showing.
comment created time in an hour
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
From installed dictionaries. Only this is meaningful for document writing. We can't expect all input words are existed in the buffer, obviously.
comment created time in an hour
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
Meaning completions from words-in-buffers? Or from installed dictionaries?
comment created time in an hour
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
Another issue: can I have a drop-down menu for normal writing/typesetting, just as we have for command completion with company, which is triggered by the threshold of a specific minimum input character number, say, 3, and then incrementally narrowed down as the input sequence increases. See here for detailed discussion.
comment created time in an hour
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
That's up to the backend. The language server, probably (if you're using lsp or eglot).
comment created time in 2 hours
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
I mean, say, for the Dirac notation, there is no any icons rendered in the middle column of the drop-down menu.

comment created time in 2 hours
issue commentatlas-engineer/nyxt
How do I choose the exact user input from a prompt?
We should probably still include a raw input or something... not sure.
comment created time in 2 hours
issue commentatlas-engineer/nyxt
How do I choose the exact user input from a prompt?
It is your prompt-issue that can be caused by a missing /etc/hosts, but since you have the file and your system uses nsswitch.conf, I think you might be affected by an issue @edgar-vincent had/has, where his dns-setup caused/causes similar issues.
comment created time in 2 hours
issue closedatlas-engineer/nyxt
`make install` fails if /usr/share/applications dne
Describe the bug
If the directory /usr/share/applications does not exist (adjusted as appropriate with DESTDIR, etc.) , make install will fail stating that
The path
#P"/usr/share/applications/nyxt.desktop"
does not exist.
This can be easily solved by just doing mkdir -p /usr/share/applications (adjusted as appropriate).
Precise recipe to reproduce the issue
- Delete
/usr/share/applications make install- Fail or
- Create a test folder
/test make install DESTDIR=/test- Fail
- Create folder
/test/usr/share/applications make install DESTDIR=/test- Works
or just install the
-gitAUR package.
Information
- OS name+version: Arch Linux (Rolling)
- Graphics card and driver: Radeon RX 570, AMDGPU
- Desktop environment / Window manager name+version: Qtile on Xfce
- How you installed Nyxt (Guix pack, package manager, build from source): AUR (
-git), also tried directly from source - Information from command copy-system-information:
Nyxt version: 2.0.0-124-gb56a3af0
Renderer version: GI-GTK
Operating system kernel: Linux 5.12.11-xanmod1-1
Lisp implementation: SBCL 2.1.1
Features: (WEBKIT2 WEBKIT2-2.32 WEBKIT2-PASTE-PLAINTEXT WEBKIT2-TRACKING WEBKIT2-MUTE
WEBKIT2-EMOJI WEBKIT2-MEDIA WEBKIT2-SANDBOXING GTK-3-22 GTK-3-20 GTK-3-18
GTK-3-16 GTK-3-14 GTK-3-12 GTK-3-10 GTK-3-8 GTK-3-6 GTK-3-4 GTK GDK-3-22
GDK-3-20 GDK-3-18 GDK-3-16 GDK-3-14 GDK-3-12 GDK-3-10 GDK-3-8 GDK-3-6 GDK-3-4
CAIRO-1-10 CAIRO-1-12 GDK-PIXBUF GLIB-2-30 GLIB-2-32 GLIB-2-34 GLIB-2-36
GLIB-2-38 GLIB-2-40 GLIB-2-42 GLIB-2-44 GLIB-2-46 GLIB-2-48 GLIB-2-50
GLIB-2-52 GLIB-2-54 GLIB-2-56 GLIB-2-58 GLIB NYXT-2 FSET-EXT-STRINGS
CUSTOM-HASH-TABLE-NATIVE SWANK PLUMP-UTF-32 GLOBAL-VARS DECLARE-TYPES
PARENSCRIPT NAMED-READTABLES 21BIT-CHARS CHUNGA FLEXI-STREAMS CLOSER-MOP
CL-PPCRE-UNICODE CL-UNICODE CL-PPCRE BORDEAUX-THREADS SPLIT-SEQUENCE
GRAY-STREAMS FAST-IO-SV FAST-IO SBCL-USES-SB-ROTATE-BYTE
ASDF-SYSTEM-CONNECTIONS CL-JSON-CLOS CL-JSON THREAD-SUPPORT FLAT-NAMESPACE
X86-64 UNIX CFFI FLAT-NAMESPACE SEQUENCE-EMPTYP QUICKLISP ASDF3.3 ASDF3.2
ASDF3.1 ASDF3 ASDF2 ASDF OS-UNIX NON-BASE-CHARS-EXIST-P ASDF-UNICODE X86-64
GENCGC 64-BIT ANSI-CL COMMON-LISP ELF IEEE-FLOATING-POINT LINUX LITTLE-ENDIAN
PACKAGE-LOCAL-NICKNAMES SB-CORE-COMPRESSION SB-LDB SB-PACKAGE-LOCKS SB-THREAD
SB-UNICODE SBCL UNIX)
ASDF version: 3.3.1
Critical dependencies: (/makepkg/nyxt-browser-git/src/nyxt-browser/_build/submodules/cl-cffi-gtk/gtk/cl-cffi-gtk.asd
/makepkg/nyxt-browser-git/src/nyxt-browser/_build/quicklisp-client/dists/quicklisp/software/cl-gobject-introspection-20210124-git/cl-gobject-introspection.asd
/makepkg/nyxt-browser-git/src/nyxt-browser/_build/submodules/cl-webkit/webkit2/cl-webkit2.asd)
Quicklisp dist version: 2021-05-31
Quicklisp client version: 2020-01-04
Local project directories: (/makepkg/nyxt-browser-git/src/nyxt-browser/_build/submodules/
/makepkg/nyxt-browser-git/src/nyxt-browser/_build/quicklisp-client/local-projects/)
Critical dependencies(#<SYSTEM cl-cffi-gtk / cl-cffi-gtk-20201220-git / quicklisp 2021-05-31>
#<SYSTEM cl-gobject-introspection / cl-gobject-introspection-20210124-git / quicklisp 2021-05-31>
#<SYSTEM cl-webkit2 / cl-webkit-20210531-git / quicklisp 2021-05-31>)
closed time in 2 hours
MithicSpiritissue commentatlas-engineer/nyxt
`make install` fails if /usr/share/applications dne
Fixed with ff48e0c15010d68ce7d7dca8f78eb4a99d9b8294, thanks for reporting!
The bug was introduced in https://github.com/atlas-engineer/nyxt/pull/1511 (commit 82f736743cf931b13f11484381259f033e00f0ec).
@eihli Note that ensure-parent-exists is critical here, I completely failed to spot this during my review :p
comment created time in 2 hours
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
Ah, the arrows? Those are returned by the backend.
comment created time in 2 hours
issue commentcompany-mode/company-mode
How to display regexp-filtered results on the incremental drop-down menu?
Which of the icons do you mean?
comment created time in 2 hours
issue commentatlas-engineer/nyxt
True, the user experience of tag selection can be a bit confusing.
The thing is, we don't automatically select new tags because the user input might be used to narrow down existing tags.
Say, foobar is an existing tag.
Now if I want to bookmark a page with tag foobar, I can just type foo, then select foobar in the narrowed-down list. On return, I don't want to tag with foo however! So we can't automatically select.
If you have suggestion about how to reconcile those two angles, you are more than welcome :)
comment created time in 2 hours
issue commentemacs-ng/emacs-ng
Webrender bleeds symbols/fonts for org notes
for some reason its most noticeable with TODO's also, not that it probably matter's but the theme I am using is doom-spacegrey (I have tested on others though)
comment created time in 2 hours
push eventatlas-engineer/nyxt
commit sha ff48e0c15010d68ce7d7dca8f78eb4a99d9b8294
nyxt.asd: Ensure nyxt.desktop parent directory exists.
push time in 2 hours
issue commentemacs-ng/emacs-ng
Webrender bleeds symbols/fonts for org notes
I'm using 04958a44d44 * webrender: add LispFrameExt master upstream/master I've also tried this on gnome/wayland (same manjaro environement) and two different PC's. I've noticed that the screen tearing is not an issue on wayland however the symbol bleeding is.
comment created time in 2 hours
issue commentatlas-engineer/nyxt
Expand define-parenscript to surround with Lisp code
I typicall use pflet for this use case, but I can understand why you would want this in define-parenscript as well.
comment created time in 2 hours