Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Question about app-editors/helix
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
nurali
Apprentice
Apprentice


Joined: 17 Nov 2022
Posts: 175
Location: Somewhere,Earth

PostPosted: Mon Jul 01, 2024 7:06 am    Post subject: Question about app-editors/helix Reply with quote

Hello all:
I did this when I installed current system:
[code]
eselect editor set vim
eselect vi set vim
eselect visual set vim
[/b]
to set variables in my system.
Recently I was thinking about replacing vim with helix
But none of eselect modules can list out helix
Can we implement this? (I am very willing to do this myself but I am just a Java guy,playing with Spring.....)
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2981

PostPosted: Tue Jul 02, 2024 11:55 pm    Post subject: Re: Question about app-editors/helix Reply with quote

nurali wrote:

Recently I was thinking about replacing vim with helix
But none of eselect modules can list out helix
Can we implement this?


Best to stick to the list given in virtual/editor ebuild, namely:
Code:

# Add a package to RDEPEND only if the editor:
# - can edit ordinary text files,
# - works on the console,
# - is a "display" or "visual" editor (e.g., using ncurses).

RDEPEND="|| (
   app-editors/nano
   app-editors/dav
   app-editors/e3
   app-editors/ee
   app-editors/emacs:*
   app-editors/emact
   app-editors/ersatz-emacs
   app-editors/fe
   app-editors/helix
   app-editors/jasspa-microemacs
   app-editors/jed
   app-editors/joe
   app-editors/jove
   app-editors/kakoune
   app-editors/levee
   app-editors/lpe
   app-editors/mg
   app-editors/micro
   app-editors/moe
   app-editors/ne
   app-editors/neovim
   app-editors/ng
   app-editors/qemacs
   app-editors/teco
   app-editors/uemacs-pk
   app-editors/vile
   app-editors/vim
   app-editors/gvim
   app-editors/vis
   app-editors/xemacs
   app-editors/zile
   app-misc/mc[edit]
   dev-lisp/cmucl
   mail-client/alpine[-onlyalpine]
)"

# Packages outside app-editors providing an editor:
#   app-misc/mc: mcedit (#62643)
#   dev-lisp/cmucl: hemlock
#   mail-client/alpine: pico
#   sys-apps/busybox: vi
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum