From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ali Abdul Ghani Newsgroups: gmane.emacs.help Subject: emacs lisp in windows Date: Thu, 2 Oct 2014 05:47:47 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1412255599 9062 80.91.229.3 (2 Oct 2014 13:13:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2014 13:13:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 02 15:13:14 2014 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 1XZgC0-0000xe-Gw for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Oct 2014 15:13:12 +0200 Original-Received: from localhost ([::1]:34077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZgC0-0004kk-2w for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Oct 2014 09:13:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZfnS-0004ch-6D for help-gnu-emacs@gnu.org; Thu, 02 Oct 2014 08:47:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZfnR-0007np-8N for help-gnu-emacs@gnu.org; Thu, 02 Oct 2014 08:47:50 -0400 Original-Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:65482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZfnR-0007nb-1S for help-gnu-emacs@gnu.org; Thu, 02 Oct 2014 08:47:49 -0400 Original-Received: by mail-wg0-f48.google.com with SMTP id n12so2958587wgh.19 for ; Thu, 02 Oct 2014 05:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3k+lfGqeiHP0Tcrh5RRpPoUXWgkIa7rN/K0e14G/5g4=; b=Z5HA+OlK2HdrVoXGVGYbg/bH3YtVsz9YkkkSCFCw+Qjmsq8jykhxUBmGvxsELJkAph QT7htgRL+//IOwiTG3p7ZRN5Q81HgjATKT95D0oLOaHdY8DT+YOxU7cqUqixc6L/Jv+v NFQsXTXL1HkrhSXePYDzCdMMGN5mBAGWnj7xXNH/WQIXVMbquxxnMj9C/20Gn1N6eYuL 3mrv4MDE9BMokq+/6I//htLGjSriTnS5B9Wwlc0HmZKjI8Uat9FDk5ArpZ3MIb4wlRzl hsKYG9VqYAH60kYPYtCZp3KIGYCZmD8AcqWU8PQ4oKfB+zefZfysVBZEV0rHgpBTyqOX xe8Q== X-Received: by 10.194.173.234 with SMTP id bn10mr72851587wjc.81.1412254067426; Thu, 02 Oct 2014 05:47:47 -0700 (PDT) Original-Received: by 10.216.159.137 with HTTP; Thu, 2 Oct 2014 05:47:47 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::230 X-Mailman-Approved-At: Thu, 02 Oct 2014 09:13:00 -0400 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:100230 Archived-At: Welcome I'm trying to apply http://www.gnu.org/software/emacs/manual/html_node/eintr/Run-a-Program.html#Run-a-Program ;; 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. I type (+ 2 2) and type Control+x Control+e But did not give any result