Today at 7:28am -0400 Binand Sethumadhavan wrote: > (setq 'ispell-change-dictionary "british")
It gave error during loading file .emacs The solution posted by Dileep M. Kumar worked fine. Thank both of you. -- H.S.Rai http://www.grex.org/~hsrai | Registered Linux User # 223684 http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=223684 : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Extracting lines X to Y in a text file LOST #261 Use sed ... Syntax: [$sed -n 'X,Yp' < textfile.txt]. Following will extract lines 5-10 from textin.fil to textout.fil ... $sed -n '5,10p' < textin.fil > textout.fil ####[bish (at) nde.vsnl.net.in]############################### : ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
