Questions tagged [upgrade]
The upgrade tag has no summary.
24 questions
0
votes
0
answers
25
views
Emacs freezes when trying to upgrade packages
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....
1
vote
1
answer
820
views
upgrade to emacs 30 and completion-preview + vertico not working
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-...
1
vote
0
answers
838
views
New Frame function fails to size the new frame correctly and prints a Gtk-CRITICAL message. Is this the return of an old bug?
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 ...
0
votes
1
answer
228
views
Upgrade from 27.2 to 30.0, calling sequence change for "make-obsolete-variable"
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 ...
2
votes
2
answers
1k
views
After updating my packages, two packages are not working anymore. How to solve this? Downgrading it? Bug reporting to maintainers? Fixing?
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-...
0
votes
0
answers
414
views
Tried to update Emacs on my mac using Homebrew, and now it doesn't run at all
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 ...
0
votes
0
answers
459
views
Can emacs update itself
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?...
3
votes
1
answer
2k
views
How to update emacs on MS Windows?
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 ...
4
votes
1
answer
670
views
What happened to org-habits from 8.2 to 9.1?
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-...
5
votes
2
answers
779
views
How to ensure latest version of Emacs?
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
1
vote
2
answers
487
views
package-autoremove doesn't work
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 ...
5
votes
2
answers
184
views
(ucs-names) in Emacs 26 is not working for "EURO SIGN"
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 ...
0
votes
0
answers
152
views
Cannot Display Empty Priority In Custom Agenda View After 9.1 Upgrade
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(...
1
vote
0
answers
148
views
How to apply a patch to a package without upgrading?
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 ...
1
vote
1
answer
550
views
Problems with upgrading to org-mode 9 and org repository
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 ...
2
votes
1
answer
6k
views
Emacs behind firewall cannot download packages from Melpa
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 ...
2
votes
1
answer
670
views
How to show appointments in org-agenda in Org v.8?
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 ...
1
vote
1
answer
482
views
After upgrading AUCTeX, (La)TeX mode is unusable (invalid-function TeX-auto-add-type)
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. ...
20
votes
8
answers
27k
views
How can I have the latest version of emacs always
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-...
0
votes
1
answer
228
views
Can not restore solarized dark theme after updating all packages via MELPA
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. ...
2
votes
2
answers
179
views
How to configure org-mode properly after upgrading from 7.9.3
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....
9
votes
2
answers
556
views
Portability of bytecode between Emacs versions
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 ...
5
votes
1
answer
934
views
How can I get Cask or Pallet to automatically install packages on startup?
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 ...
6
votes
1
answer
474
views
Recursive load error in csharp mode on upgrading to 24.4
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 ...