From brauer at nordakademie.de Mon Jun 1 13:37:44 2020 From: brauer at nordakademie.de (Johannes Brauer) Date: Mon, 1 Jun 2020 17:37:44 +0000 Subject: [OS X Emacs] problem with updating packages In-Reply-To: References: <4FCC112D-CBAD-4E76-8716-7F18F4279D9E@nordakademie.de> <239B0E03-8386-4513-A298-0A635C0FCD46@nordakademie.de> Message-ID: Hi Win, your hint was very helpful. Excuse me for the late feedback. Johannes > Am 21.05.2020 um 05:38 schrieb Win Treese : > > Hi, Johannes. I went exploring in the package system and found out a few things. I?m not completely clear on a couple of subtle points, but here?s what I think is going on. > > Aquamacs wants to upgrade helm-bibtex because there?s a new version. helm-bibtex requires bibtex-completion, and there?s a new version of that depends on Emacs 26. When Aquamacs tries to update helm-bibtex, it runs into the problem that it can?t update bibtex-completion, so it throws the error. > > However, helm-bibtex doesn?t actually need the newer version of bibtex-completion; it?s perfectly happy with the old one. > > I think if you put this in your config, it will keep bibtex-completion from being updated, and then things should be fine, at least until another problem like this shows up: > > (setq package-load-list ?((bibtex-completion ?2.0.0?) all) > > Or you can use customize to change it to that value. What this does is to ?hold? the version of bibtex-completion at 2.0.0 (which is the likely one you have?you can see the actual value you need in the package buffer). > > This should keep things OK for now, and then you can remove it once we have moved Aquamacs up to Emacs 26. > > This depends a lot on your configuration, so some of the details may not quite be right. > > If anyone else knows more about this, please speak up! > > Good luck! > > Win > > > > > > >> On May 20, 2020, at 9:53 AM, Johannes Brauer wrote: >> >> Hi Win, >> >> this is the list: >> >> 17 packages marked for upgrading. >> Upgrade these 17 packages (ace-window-20200311.1025, aggressive-indent-20200512.1207, auctex-12.2.1, avy-20200519.1007, biblio-20200416.1407, biblio-core-20200416.307, cider-0.24.0, clojure-mode-20200419.559, clojure-mode-extra-font-locking-20200320.823, company-20200510.1614, counsel-20200519.1447, dash-20200426.2244, elm-mode-20200406.214, flycheck-20200516.1719, git-commit-20200516.2016, helm-20200517.509, helm-bibtex-20200429.1606)? >> >> Johannes >> >>> Am 19.05.2020 um 21:38 schrieb Win Treese : >>> >>> Hi, Johannes. >>> >>> That error means that one or more packages that you are trying to upgrade now requires Emacs 26.1 as a the oldest version supported, and Aquamacs 3.x is based on Emacs 25. >>> >>> I hope to have a version of Aquamacs based on Emacs 26 available later this year. >>> >>> It?s hard to give general advice about how to avoid getting the error, although perhaps other list members have some thoughts about that. Otherwise, if you want to email me off list to try to figure it out, feel free. >>> >>> - Win >>> >>> Win Treese >>> treese at acm.org >>> Aquamacs maintainer >>> >>> >>>> On May 17, 2020, at 7:16 PM, Johannes Brauer wrote: >>>> >>>> Hi! >>>> >>>> Using list-packages and mark all available upgrades 17 packages are marked or upgrading. Trying to upgrade these packages the following error message is shown: >>>> >>>> Package ?emacs-26.1? is unavailable >>>> >>>> I am using Aquamacs 3.5 GNU Emacs 25.3.50.1 (x86_64-apple-darwin16.7.0, NS, macOs 10.15.4 >>>> >>>> I have no idea what I could do. Any help? >>>> >>>> Johannes >>>> >>>> _____________________________________________________________ >>>> MacOSX-Emacs mailing list >>>> MacOSX-Emacs at email.esm.psu.edu >>>> https://email.esm.psu.edu/mailman/listinfo/macosx-emacs >>>> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx >>> >>> >>> _____________________________________________________________ >>> MacOSX-Emacs mailing list >>> MacOSX-Emacs at email.esm.psu.edu >>> https://email.esm.psu.edu/mailman/listinfo/macosx-emacs >>> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx >> >> >> _____________________________________________________________ >> MacOSX-Emacs mailing list >> MacOSX-Emacs at email.esm.psu.edu >> https://email.esm.psu.edu/mailman/listinfo/macosx-emacs >> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx > > > _____________________________________________________________ > MacOSX-Emacs mailing list > MacOSX-Emacs at email.esm.psu.edu > https://email.esm.psu.edu/mailman/listinfo/macosx-emacs > List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx From leichter at lrw.com Fri Jun 19 16:08:32 2020 From: leichter at lrw.com (Jerry Leichter) Date: Fri, 19 Jun 2020 16:08:32 -0400 Subject: [OS X Emacs] Keypad mapping Message-ID: <8AAECE41-4FC3-4593-A4C1-4BD2421C24A0@lrw.com> I have a bunch of things linked to keypad keys. (So, kill me. Long trained fingers.) At some point, binding to the keypad '=' become impossible: At a low level, this just comes through a '='. I don't have a complete history, but as of Aquamacs 1.5, it came through as . As of Aquamacs 3.2, it came through as just '='. I kept putting off trying to understand exactly why, but it's still the same in Aquamacs 3.4. There is one other key that's been treated oddly for as long as I can determine: The keypad 'clear' key at some very low level gets translated to C-l. This I can live with though it would be nice for it come through as . I'm seeing this on Sierra though it doesn't seem to be OS-related. I'm using an Apple keyboard though other keyboards that have keypads seem to behave the same. Am I missing something, or is there really a bug here? -- Jerry From treese at acm.org Thu Jun 25 10:58:01 2020 From: treese at acm.org (Win Treese) Date: Thu, 25 Jun 2020 10:58:01 -0400 Subject: [OS X Emacs] Aquamacs often crashes in the Save As... dialog Message-ID: <424934B8-48B4-4E00-8EEF-C0966F6B047B@acm.org> By far the most common cause of crash reports for Aquamacs is a bug in handling input in the Save As? dialog. I think, but I?m not sure, that the problem involves the arrow keys and Emacs movement keys. If you want to edit the filename, the safest thing may be to delete it and try again. Inconvenient, I know. I also think this one is fixed in the upcoming 3.6 release, which I hope to have available in a few weeks. If you?re feeling daring, the fix is in the current nightly build, available through https://aquamacs.org/nightlies.html. Some people have said that things are working better for them if they use it. Best, Win Win Treese treese at acm.org Aquamacs maintainer