* Load .el files from $HOME/ directory?
@ 2003-04-11 18:40 Garry Heaton
2003-04-11 20:37 ` Kai Großjohann
0 siblings, 1 reply; 7+ messages in thread
From: Garry Heaton @ 2003-04-11 18:40 UTC (permalink / raw)
When working with Emacs via telnet I can load my '.emacs' file but can't
access '/usr/share/emacs/site-lisp/'. I would like to run
'html-helperl-mode.el' within a telnet session so is there anything I can
add to my '.emacs' to tell it to load 'html-helper-mode.el' from $HOME/ ?
Garry Heaton
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Load .el files from $HOME/ directory?
2003-04-11 18:40 Load .el files from $HOME/ directory? Garry Heaton
@ 2003-04-11 20:37 ` Kai Großjohann
2003-04-11 20:55 ` Garry Heaton
0 siblings, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2003-04-11 20:37 UTC (permalink / raw)
Garry Heaton <none@none.com> writes:
> When working with Emacs via telnet I can load my '.emacs' file but can't
> access '/usr/share/emacs/site-lisp/'.
Why not?
> I would like to run 'html-helperl-mode.el' within a telnet session
> so is there anything I can add to my '.emacs' to tell it to load
> 'html-helper-mode.el' from $HOME/ ?
See the variable load-path. (add-to-list 'load-path "~/lisp/") --
this is a subdir of your home dir.
--
file-error; Data: (Opening input file no such file or directory ~/.signature)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Load .el files from $HOME/ directory?
2003-04-11 20:37 ` Kai Großjohann
@ 2003-04-11 20:55 ` Garry Heaton
2003-04-11 21:01 ` Kai Großjohann
0 siblings, 1 reply; 7+ messages in thread
From: Garry Heaton @ 2003-04-11 20:55 UTC (permalink / raw)
Kai Großjohann wrote:
> Garry Heaton <none@none.com> writes:
>
>
>>When working with Emacs via telnet I can load my '.emacs' file but can't
>>access '/usr/share/emacs/site-lisp/'.
>
>
> Why not?
ISP limits access to $HOME via telnet since it's a shared CGI environment.
>
>
>>I would like to run 'html-helperl-mode.el' within a telnet session
>>so is there anything I can add to my '.emacs' to tell it to load
>>'html-helper-mode.el' from $HOME/ ?
>
>
> See the variable load-path. (add-to-list 'load-path "~/lisp/") --
> this is a subdir of your home dir.
>
Thanks. Just what I needed.
Garry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Load .el files from $HOME/ directory?
2003-04-11 20:55 ` Garry Heaton
@ 2003-04-11 21:01 ` Kai Großjohann
2003-04-11 21:44 ` Garry Heaton
0 siblings, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2003-04-11 21:01 UTC (permalink / raw)
Garry Heaton <none@none.com> writes:
> Kai Großjohann wrote:
>> Garry Heaton <none@none.com> writes:
>>
>>
>>>When working with Emacs via telnet I can load my '.emacs' file but can't
>>>access '/usr/share/emacs/site-lisp/'.
>>
>>
>> Why not?
>
> ISP limits access to $HOME via telnet since it's a shared CGI environment.
Amazing. But you can access /usr/bin/emacs. Weird.
--
file-error; Data: (Opening input file no such file or directory ~/.signature)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Load .el files from $HOME/ directory?
2003-04-11 21:01 ` Kai Großjohann
@ 2003-04-11 21:44 ` Garry Heaton
2003-04-12 8:48 ` Kai Großjohann
2003-04-15 7:58 ` Tim X
0 siblings, 2 replies; 7+ messages in thread
From: Garry Heaton @ 2003-04-11 21:44 UTC (permalink / raw)
Kai Großjohann wrote:
> Garry Heaton <none@none.com> writes:
>
>
>>Kai Großjohann wrote:
>>
>>>Garry Heaton <none@none.com> writes:
>>>
>>>
>>>
>>>>When working with Emacs via telnet I can load my '.emacs' file but can't
>>>>access '/usr/share/emacs/site-lisp/'.
>>>
>>>
>>>Why not?
>>
>>ISP limits access to $HOME via telnet since it's a shared CGI environment.
>
>
> Amazing. But you can access /usr/bin/emacs. Weird.
Well I'm just assuming I can't just go and upload my heavily customised
'html-helper-mode.el' file when 1800 users share the same environment. I
might even be committing a computer crime if I tried :-(
Garry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Load .el files from $HOME/ directory?
2003-04-11 21:44 ` Garry Heaton
@ 2003-04-12 8:48 ` Kai Großjohann
2003-04-15 7:58 ` Tim X
1 sibling, 0 replies; 7+ messages in thread
From: Kai Großjohann @ 2003-04-12 8:48 UTC (permalink / raw)
Garry Heaton <none@none.com> writes:
> Well I'm just assuming I can't just go and upload my heavily customised
> 'html-helper-mode.el' file when 1800 users share the same environment. I
> might even be committing a computer crime if I tried :-(
Oh, by "access" you mean "write access"? Ah!
Of course, it's bad for you to write in /usr/share.
FWIW, in Emacs one usually does NOT change *.el files that come with
the distribution. Instead, one puts the changes in ~/.emacs.
--
file-error; Data: (Opening input file no such file or directory ~/.signature)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Load .el files from $HOME/ directory?
2003-04-11 21:44 ` Garry Heaton
2003-04-12 8:48 ` Kai Großjohann
@ 2003-04-15 7:58 ` Tim X
1 sibling, 0 replies; 7+ messages in thread
From: Tim X @ 2003-04-15 7:58 UTC (permalink / raw)
Garry Heaton <none@none.com> writes:
> Kai Großjohann wrote:
> > Garry Heaton <none@none.com> writes:
> >
> >
> >>Kai Großjohann wrote:
> >>
> >>>Garry Heaton <none@none.com> writes:
> >>>
> >>>
> >>>
> >>>>When working with Emacs via telnet I can load my '.emacs' file but can't
> >>>>access '/usr/share/emacs/site-lisp/'.
> >>>
> >>>
> >>>Why not?
> >>
> >>ISP limits access to $HOME via telnet since it's a shared CGI environment.
> >
> >
> > Amazing. But you can access /usr/bin/emacs. Weird.
>
> Well I'm just assuming I can't just go and upload my heavily customised
> 'html-helper-mode.el' file when 1800 users share the same environment. I
> might even be committing a computer crime if I tried :-(
>
So why not just run emacs locally and use tramp to access files on the
remote server?
Tim
--
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you
really need to send mail, you should be able to work it out!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-04-15 7:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-11 18:40 Load .el files from $HOME/ directory? Garry Heaton
2003-04-11 20:37 ` Kai Großjohann
2003-04-11 20:55 ` Garry Heaton
2003-04-11 21:01 ` Kai Großjohann
2003-04-11 21:44 ` Garry Heaton
2003-04-12 8:48 ` Kai Großjohann
2003-04-15 7:58 ` Tim X
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.