From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sanjeev Sariya Newsgroups: gmane.emacs.help Subject: Re: no package.el emacs 24.5.1 -- Classic Meta test Date: Mon, 12 Oct 2015 06:10:56 -0700 (PDT) Message-ID: <39060717-e9ad-4885-aea4-74e296e2bb4a@googlegroups.com> References: <5c0d6739-8f49-4509-a9ce-fb963dd91837@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1444655793 26285 80.91.229.3 (12 Oct 2015 13:16:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Oct 2015 13:16:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 12 15:16:26 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zlcxb-00088v-1I for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Oct 2015 15:16:15 +0200 Original-Received: from localhost ([::1]:55281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlcxa-0000BK-Oa for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Oct 2015 09:16:14 -0400 X-Received: by 10.182.46.196 with SMTP id x4mr24722898obm.22.1444655457440; Mon, 12 Oct 2015 06:10:57 -0700 (PDT) X-Received: by 10.50.4.70 with SMTP id i6mr126440igi.12.1444655457422; Mon, 12 Oct 2015 06:10:57 -0700 (PDT) Original-Path: usenet.stanford.edu!kq10no17855195igb.0!news-out.google.com!z4ni18843ign.0!nntp.google.com!kq10no17855184igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=128.164.102.226; posting-account=3hywiQoAAAC7qRM75dhCGL6Nt6I-WinJ Original-NNTP-Posting-Host: 128.164.102.226 User-Agent: G2/1.0 Injection-Date: Mon, 12 Oct 2015 13:10:57 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:215308 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107592 Archived-At: Hello Fran, Thanks for your reply. Yep, I'm not used to Mac much, it has Escape as Meta key. All M-x are then performed using Esc-X :) Best, Sanjeev --------------------------------------------------------------- On Sunday, 11 October 2015 17:20:34 UTC-4, Francis Belliveau wrote: > I would like to clarify something that Sanjeev alludes to: > When worrying about the reason for M-x, or any other Meta key, is not functioning one should consider the fact that there is not always a Meta key available. > Command versus option do not make it through all interfaces. > > Always try using the Escape key in place of meta, since that usually gets through, and if that works then you know the problem is with the interface, not the emacs installation. > > Fran > > > > On Oct 11, 2015, at 16:41, Sanjeev Sariya wrote: > > > > Hi John, > > Thanks for your reply, and warm welcome. :) > > > > I've been able to get emacs working. I'm running into more hiccups, will create separate threads for them. > > > > Thanks for your attention to my post. > > > > Best, > > Sanjeev > > ------------------------------------------------------------ > > On Wednesday, 7 October 2015 15:37:16 UTC-4, John Mastro wrote: > >> Sanjeev Sariya wrote: > >>> Hi Emacs community, > >>> > >>> I'm new to emacs. I'm trying to add couple of bells and whistles to it. > >>> I upgraded it's version to 24.5.1 Mac OSX > >> > >> Welcome! > >> > >>> When I type emacs on terminal I get: > >>> > >>> ;; This buffer is for notes you don't want to save, and for Lisp evaluation. > >>> ;; If you want to create a file, visit that file with C-x C-f, > >>> ;; then enter the text in that file's own buffer. > >> > >> This is expected - it's the *scratch* buffer. If you instead invoke > >> Emacs as `emacs /path/to/file' it will start you in a buffer showing > >> that file's contents. Or, as the note above says, you can use `C-x C-f' > >> (control-x followed by control-f) to open a file from within Emacs. > >> > >>> There's no package.el present in > >>> > >>> ~/.emacs.d/ > >> > >> This too is expected - package.el is installed along with Emacs's other > >> Lisp source files, not in your ~/.emacs.d/ > >> > >>> Without this nothing would load, and no M-x would work. > >> > >> Can you be more specific regarding "nothing would load"? What did you > >> try and what errors did you receive? > >> > >> One thing you should probably do is to add this form at the top of your > >> ~/.emacs.d/init.el file: > >> > >> (package-initialize) > >> > >> M-x not working might be related to your terminal rather than Emacs > >> itself. For instance, on OS X I believe you use the "option" key for > >> meta (rather than command, as I personally prefer and originally > >> expected). > >> > >> How did you install Emacs? You might find it more comfortable to use > >> Emacs in its GUI mode rather than at the terminal. > >> > >> -- > >> john