> Hi !
> 
> I have been using Xemacs for 7 months now.  switched over form Vi..
> 
> Secondaly:
> 
> Like in vi is this possible to open a file and directly move to a
> particular line no.  I use C-x C-f  for visiting a file.

Not sure about Xemacs, but GNU emacs takes a command line argument for 
line number as in:
 emacs +350 bigfile &
in UNIX
or
 runemacs +350 bigfile
for Windows

Dave F

Reply via email to