unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Activating Helm
@ 2024-12-12 19:39 Heime via Users list for the GNU Emacs text editor
  2024-12-12 21:05 ` Joel Reicher
  2024-12-13  5:23 ` Thierry Volpiatto
  0 siblings, 2 replies; 5+ messages in thread
From: Heime via Users list for the GNU Emacs text editor @ 2024-12-12 19:39 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


I want to run helm from source.   What do I have to do to activate after
doing

   (require 'helm)
   (require 'helm-autoloads)




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Activating Helm
  2024-12-12 19:39 Activating Helm Heime via Users list for the GNU Emacs text editor
@ 2024-12-12 21:05 ` Joel Reicher
  2024-12-12 21:14   ` Heime via Users list for the GNU Emacs text editor
  2024-12-13  5:23 ` Thierry Volpiatto
  1 sibling, 1 reply; 5+ messages in thread
From: Joel Reicher @ 2024-12-12 21:05 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor; +Cc: Heime

Heime via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> writes:

> I want to run helm from source.

Do you mean you want to avoid byte compilation of the package, or 
you want to run some source you've altered?

Regards,

        - Joel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Activating Helm
  2024-12-12 21:05 ` Joel Reicher
@ 2024-12-12 21:14   ` Heime via Users list for the GNU Emacs text editor
  2024-12-13  5:47     ` Joel Reicher
  0 siblings, 1 reply; 5+ messages in thread
From: Heime via Users list for the GNU Emacs text editor @ 2024-12-12 21:14 UTC (permalink / raw)
  To: Joel Reicher; +Cc: Heime via Users list for the GNU Emacs text editor






Sent with Proton Mail secure email.

On Friday, December 13th, 2024 at 9:05 AM, Joel Reicher <joel.reicher@gmail.com> wrote:

> Heime via Users list for the GNU Emacs text editor
> help-gnu-emacs@gnu.org writes:
> 
> > I want to run helm from source.
> 
> 
> Do you mean you want to avoid byte compilation of the package, or
> you want to run some source you've altered?
> 
> Regards,
> 
> - Joel

I have installed it with make and make install

Then I do (helm-mode 1).  Is there a global activation?  When running it,
how can I test it by utilising some helm functionality?




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Activating Helm
  2024-12-12 19:39 Activating Helm Heime via Users list for the GNU Emacs text editor
  2024-12-12 21:05 ` Joel Reicher
@ 2024-12-13  5:23 ` Thierry Volpiatto
  1 sibling, 0 replies; 5+ messages in thread
From: Thierry Volpiatto @ 2024-12-13  5:23 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor; +Cc: Heime

Heime via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> I want to run helm from source.   What do I have to do to activate after
> doing
>
>    (require 'helm)
>    (require 'helm-autoloads)

Once you do this, you have access to many helm commands from `C-x c'
prefix, you can rebind these to some more convenient keys 
e.g. C-x c C-x C-f To C-x C-f etc..., then you can start helm-mode.
Once this is done try Helm and configure it to your taste along the way,
you have access to variables related to the running source with C-h c
while helm session.
See https://github.com/emacs-helm/helm/wiki#if-installed-from-source
and https://github.com/thierryvolpiatto/emacs-config/blob/main/init-helm.el  

Hope that help.

-- 
Thierry



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Activating Helm
  2024-12-12 21:14   ` Heime via Users list for the GNU Emacs text editor
@ 2024-12-13  5:47     ` Joel Reicher
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Reicher @ 2024-12-13  5:47 UTC (permalink / raw)
  To: Heime; +Cc: Heime via Users list for the GNU Emacs text editor

Heime <heimeborgia@protonmail.com> writes:

> On Friday, December 13th, 2024 at 9:05 AM, Joel Reicher 
> <joel.reicher@gmail.com> wrote:
>
>> Heime via Users list for the GNU Emacs text editor 
>> help-gnu-emacs@gnu.org writes:
>>
>>> I want to run helm from source.
>>
>> Do you mean you want to avoid byte compilation of the package, 
>> or you want to run some source you've altered?
>
> I have installed it with make and make install
>
> Then I do (helm-mode 1).  Is there a global activation?  When 
> running it, how can I test it by utilising some helm 
> functionality?

https://github.com/emacs-helm/helm/wiki

Make sure you follow all the instructions that apply. There are 
multiple steps.

Regards,

        - Joel



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-12-13  5:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 19:39 Activating Helm Heime via Users list for the GNU Emacs text editor
2024-12-12 21:05 ` Joel Reicher
2024-12-12 21:14   ` Heime via Users list for the GNU Emacs text editor
2024-12-13  5:47     ` Joel Reicher
2024-12-13  5:23 ` Thierry Volpiatto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).