Coder Social home page Coder Social logo

keychords do not work about emacs HOT 6 OPEN

masm11 avatar masm11 commented on August 12, 2024
keychords do not work

from emacs.

Comments (6)

fejfighter avatar fejfighter commented on August 12, 2024

so to confirm, it does work for --with-pgtk but in the mixed branch compiling --with-pgtk --with-nativecomp is not working?

I have noticed that there seems to be some churn with package startup in main that has caused issues for my startup,
is key-chord getting loaded? if so could you clear the eln cache and open it again

from emacs.

xircon avatar xircon commented on August 12, 2024

Installed from aur - where is the eln cache?

Key-chord is loaded, M-x key-chord-mode disables / enables but not functional.

emacs-native-comp-git 28.0.50.146117-2 installed from ArchlinuxCN works fine.

Edit - Have cleared the folders in /usr/lib/emacs/28.0.50/native-lisp - made no difference.

from emacs.

fejfighter avatar fejfighter commented on August 12, 2024

eln-cache should be in your .emacs.d, you deleted the system pre-compiled stuff,

I will have a look at what version is being run, I have not used arch in years

edit: @xircon, is your .emacs/spacemacs up to date on github? it won't fix anything, I just want to test with it

from emacs.

fejfighter avatar fejfighter commented on August 12, 2024

@xircon I have pulled the same branch used in the PKGBUILD, copied the default build settings and used the following

(require 'key-chord)

(key-chord-define-global "BB" 'iswitchb)
(key-chord-define-global "FF" 'find-file)
(key-chord-define-global "jk" 'beginning-of-buffer)

(key-chord-mode +1)

and it appears to work, aside from iswitchb which I don't have configured.

what I have noticed is that I did need to clean or bootstrap branches to solve other problems, this is not default in the PKGBUILD used, so attempting a full clean for that package may help, but @flatwhatson has also updated that branch between you posting this issue and me compiling, either could have solved the problem

from emacs.

xircon avatar xircon commented on August 12, 2024

Apologies, been really busy. My config.org is not up to date on github and I am not going to get a chance to test until the weekend.

from emacs.

fejfighter avatar fejfighter commented on August 12, 2024

No worries, I know the feeling.

when you do get the time,

  1. try clearing the cache in .emacs.d/eln-cache (and .emacs.d/elpa might help, I'm not sure if the issue lies with native comp or the bytecompile) if that doesn't help then
  2. rebuild the aur package (and clear the lisp caches as per 1)

if all fails update the config and let me know here

from emacs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.