Skip to main content

Questions tagged [upgrade]

Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

emacs freezes when I try to package-upgrade-all - the buffers become unresponsive and the last message I see in the minibuffer is "Contacting host: elpa.nongnu.org:443" or the same but MELPA....
Ewig Kaiwelo's user avatar
1 vote
1 answer
820 views

I just upgraded to emacs 30 and I want to try the cool new completion-preview stuff. But I am getting all sorts of errors related to vertico: Error in post-command-hook (vertico--exhibit): (void-...
Dan Drake's user avatar
  • 809
1 vote
0 answers
838 views

I am using Emacs 29.1. After upgrading Linux to Ubuntu 23.04 the emacs create new frame function (C-x 5 2) seems broken. What happens: when I create a new frame, it shows up so tiny (15x7) that the ...
2square's user avatar
  • 11
0 votes
1 answer
228 views

I'm trying to upgrade from emacs-27.2 to emacs-30.0.50 under Ubuntu GNU/Linux. Now, when I use emacs-30.0.50, I get this error on startup: Wrong number of arguments: make-obsolete-variable, 2 I ...
HippoMan's user avatar
  • 656
2 votes
2 answers
1k views

This is my config file. As you can see, on line 351, there is: ;; Update my Emacs' packages every week (use-package auto-package-update :custom (auto-package-update-interval 7) (auto-...
Pedro Delfino's user avatar
0 votes
0 answers
414 views

Up until an hour ago I had a working installation of Emacs version 26.2 on my Late 2013 iMac running macOS Catalina version 10.15.7 (this is the latest version available for my computer). I would run ...
Evan Aad's user avatar
  • 1,581
0 votes
0 answers
459 views

Can Emacs update itself? (with user action or automatically does not matter) Is it possible to hit a chord or a M-x emacs-update like function to update to a desired version of Emacs or to the latest?...
sçuçu's user avatar
  • 305
3 votes
1 answer
2k views

I have installed emacs 2-3 years ago. The version I'm using now is 25.2.1. I want to update it to the latest version, which is 27.1. I uninstalled it and then installed again to no avail, it is the ...
garakchy's user avatar
  • 203
4 votes
1 answer
670 views

Orgmode's org-habits appear broken following the upgrade of emacs from version 25 to 26 and orgmode from 8.2 to 9.1 along the way. Specifically, all of my habits don't show as habits in the org-...
Alexander Shcheblikin's user avatar
5 votes
2 answers
779 views

How can I tell emacs init el to tell/warn me if the emacs version behind the latest cutting edge version published on the internet. I forgot to mention: I'm a mostly up to date MacOS user
american-ninja-warrior's user avatar
1 vote
2 answers
487 views

I tried to use M-x package-autoremove but my .emacs.d directory is still a mess: it's full with several versions of the same package. As side info I use the no-littering package, but when I update ...
PinkCollins's user avatar
5 votes
2 answers
184 views

I have in my .emacs: (when (>= emacs-major-version 23) (define-key global-map "\C-x8g" (lambda nil (interactive) (ucs-insert `,(cdr (assoc-string "HRYVNIA SIGN" (ucs-names) t))))) (define-key ...
gavenkoa's user avatar
  • 3,582
0 votes
0 answers
152 views

I like using org agenda column view to view my important TODO items. To make that happen I use the following code: (setq org-agenda-overriding-columns-format "%TODO %4PRIORITY(Pri.) %50ITEM(...
Tom Purl's user avatar
  • 387
1 vote
0 answers
148 views

When I tried to use google-translate.el, I got a Failed to search TKK error. And according to this page the error caused by bug#11788. So I have to upgrade Emacs 26 or apply the patch. But latest ...
ironsand's user avatar
  • 423
1 vote
1 answer
550 views

I have Emacs 25.1 (9.0) on macOS Sierra from Homebrew and M-x org-version shows version 8.2.10. On org-mode official website, I've seen that the latest version is 9.0. It's not that I'd use any of the ...
Claudiu's user avatar
  • 143
2 votes
1 answer
6k views

I am using emacs behind a firewall in Windows. I configured the access to proxy and I worked with no problems for a week. But now I can't upgrade emacs packages using Melpa, because the proxy refuses ...
sbac's user avatar
  • 429
2 votes
1 answer
670 views

This entry was showing alright in org-agenda in Org 7.8, if I remember correctly. ** Dinner <2016-02-26 Fri 12:00-13:30> Not any more in Org 8.2. Now, it seems I need to have it this way to ...
Alexander Shcheblikin's user avatar
1 vote
1 answer
482 views

I installed AUCTeX through the package interface. This pulled version 11.89 from ELPA. Before that, I was running a version of AUCTeX provided by my operating system (Ubuntu 12.04), which is 11.87. ...
Gilles 'SO- stop being evil''s user avatar
20 votes
8 answers
27k views

I love using Emacs and I want to have the latest version of Emacs always. But on my Ubuntu machine Emacs won't be upgraded automatically during the regular software updates. Even when I run sudo apt-...
samsri's user avatar
  • 331
0 votes
1 answer
228 views

I updated all my packages via MELPA today and I previously had a solarized dark theme and now its solarized light. I did not change my init.el or any settings. Emacs is not showing any errors. ...
user2522280's user avatar
2 votes
2 answers
179 views

On the orgmode site it says that if you upgrade from org-mode v.7.9.4f to v.8+: You must search your configuration for the existence of varaibles starting with org-export- and change their names (e....
Brian Z's user avatar
  • 2,953
9 votes
2 answers
556 views

I sometimes run multiple versions of Emacs from the same home directory. I have a number of byte-compiled files. Bytecode is not compatible across all Emacs versions, so I maintain separate ...
Gilles 'SO- stop being evil''s user avatar
5 votes
1 answer
934 views

I manage packages in Emacs using Cask and Pallet. Yesterday I upgraded to Emacs 24.4; it went well enough, but all of a sudden all my packages were missing. Cask installs packages in separate ...
Saint Aardvark the Carpeted's user avatar
6 votes
1 answer
474 views

I'm on OSX 10.9.4 and I was previously running emacs 24.3 installed via brew. This morning I got around to asking brew to upgrade me to 24.4. Everything seemed to go smoothly, except csharp-mode no ...
tenpn's user avatar
  • 425