EFLS

Results 151 comments of EFLS
trafficstars

This looks interesting! I'd like to check this out, but how can I do that? I don't see the `deft-use-xapian` option in the `xeft.el` on your Github. What am I...

Thanks for the addition. I'm having trouble using Xapian on my macOS machine. Installed via `brew`, but then it asks me for the dynamic module. When I say to compile,...

No, doesn't seem to work. This is what I get after `make PREFIX=/opt/local/` ``` emacs -q -no-site-file -no-init-file -batch -f batch-byte-compile deft.el In deft--should-use-xapian: deft.el:1586:11: Warning: defsubst `deft--should-use-xapian' was used...

Thanks for the follow up. After pulling changes I tried both, and both give the same error: ```make g++ module/xapian-lite.cc -o xapian-lite.so -shared -fPIC -I/opt/local/include -L/opt/local/lib -lxapian module/xapian-lite.cc:19:10: fatal error:...

That was it! It did compile now, and I'm trying it out. Seems fast indeed! Could it be that some functionality of Deft is changed because of the Xapian search...

Makes sense. Might be important to point out functional differences because of the Xapian engine. > I think it's easier and more efficient to write some elisp to search for...

I'm having the same experience (not always though), but haven't been able to trace this back. Do you have an extensive customization?

I think there is a typo in line 105: `nameing` should be `naming`. Does it work then?

As far as I recall, it is possible to change it during runtime with a simple `setq`. Make sure to hit `deft-refresh` after changing. As for setting it as a...

I'm unfamiliar with Org-roam, but does it use any character to designate words as tags? Like `#tag` for example? I use both `#` and `@` for tags in my Deft...