centered-window-mode icon indicating copy to clipboard operation
centered-window-mode copied to clipboard

Doesn't seem to work on GNU Emacs 27

Open ahungry opened this issue 7 years ago • 11 comments

I tried it out and confirmed the mode is active - it just doesn't seem to do anything at all. A similar package (automargin with automargin-mode turned on) seems to work just fine though.

ahungry avatar Dec 08 '17 21:12 ahungry

And I found this package has been given out of melpa package repo.

c0001 avatar Jan 26 '18 23:01 c0001

You mean removed? OR deployed from it?

ahungry avatar Jan 27 '18 06:01 ahungry

@c0001 I just found out too, don't know why if it's present in github's melpa @ahungry I'll try to investigate emacs 27 compatibility as soon as I can but any help is welcome 🙏

anler avatar Jan 28 '18 12:01 anler

@ahungry

Yes I found this package has been removed in melpa.

c0001 avatar Jan 31 '18 16:01 c0001

Or someone can fork this package for maintaining and updating thus this maitainer was seem to disappear for a long time.

c0001 avatar Jan 31 '18 16:01 c0001

@c0001 I'm the maintainer but I've been very busy lately because I've become a father, I can add you as a maintainer if you're interested, are you?

anler avatar Feb 01 '18 09:02 anler

I added an issue in melpa/melpa#5280 to see how can we add the package back to melpa.org

anler avatar Feb 01 '18 09:02 anler

The package is back in MELPA

anler avatar Feb 04 '18 08:02 anler

Looks the the package is not in MELPA still. This is the error I get from use-package -

Error (use-package): Failed to install centered-window-mode: Package ‘centered-window-mode-’ is unavailable
Warning (initialization): An error occurred while loading ‘c:/Users/olegbc/.emacs’:

error: Could not find package centered-window-mode in recipe repositories: (melpa org-elpa emacsmirror)

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.

olegbc1 avatar Mar 05 '18 21:03 olegbc1

@olegbc1 the thing is that the package was renamed to centered-window, try with:

(use-package centered-window)

anler avatar Mar 06 '18 07:03 anler

@anler thanks! That did it.

olegbc1 avatar Mar 06 '18 17:03 olegbc1