From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joost Kremers Newsgroups: gmane.emacs.help Subject: Re: How come I keep getting nil on point-max? Date: 28 Apr 2007 19:16:43 GMT Message-ID: References: <1177785066.923687.99520@l77g2000hsb.googlegroups.com> <463395a2$0$10190$9b4e6d93@newsspool4.arcor-online.net> <1177786810.445099.316330@n76g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1177789022 24875 80.91.229.12 (28 Apr 2007 19:37:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Apr 2007 19:37:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 28 21:37:00 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hhsj4-0007id-NF for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Apr 2007 21:36:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hhsp3-0001XQ-Uu for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Apr 2007 15:43:09 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-X-Trace: individual.net UuJZPcBP1P67ApVgw3Ezjgvx62UHqE9RDKMNNByFZBP1pw/5w6 Mail-Copies-To: nobody X-Editor: Emacs of course! User-Agent: slrn/0.9.8.1 (Linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:147724 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43327 Archived-At: grocery_stocker wrote: > Okay, one last question. When I modify let to do the following: > (let ((start (point-min)) > ((end (point-max))) [snip debug output] > I don't get this. I thought I could assign multiple variables to let. you can, if you do it correctly: (let ((start (point-min)) (end (point-max))) (message "Start: %d; End: %d" start end)) note the parentheses. C-h i m Elisp RET m index RET m let RET -- Joost Kremers joostkremers@yahoo.com Selbst in die Unterwelt dringt durch Spalten Licht EN:SiS(9)