From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Segal" Newsgroups: gmane.emacs.help Subject: Desktop not working Date: Sun, 15 Jan 2006 22:13:49 +0200 Message-ID: <004201c61a10$326e5bd0$1400000a@home> Reply-To: Eli Segal NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="windows-1255"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137356196 4119 80.91.229.2 (15 Jan 2006 20:16:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Jan 2006 20:16:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 15 21:16:30 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EyEIg-0000EL-DK for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jan 2006 21:16:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyEKv-0005cU-H0 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jan 2006 15:18:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EyEKk-0005c7-3N for help-gnu-emacs@gnu.org; Sun, 15 Jan 2006 15:18:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EyEKi-0005bq-G9 for help-gnu-emacs@gnu.org; Sun, 15 Jan 2006 15:18:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyEKi-0005bn-Cz for help-gnu-emacs@gnu.org; Sun, 15 Jan 2006 15:18:36 -0500 Original-Received: from [192.115.104.17] (helo=sa3.bezeqint.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EyEO6-00040v-A7 for help-gnu-emacs@gnu.org; Sun, 15 Jan 2006 15:22:06 -0500 Original-Received: from localhost (unknown [127.0.0.1]) by sa3.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1525C33D92 for ; Sun, 15 Jan 2006 22:16:15 +0200 (IST) Original-Received: from sa3.bezeqint.net ([127.0.0.1]) by localhost (sa3 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15331-09 for ; Sun, 15 Jan 2006 22:16:11 +0200 (IST) Original-Received: from home (unknown [82.81.67.83]) by sa3.bezeqint.net (Bezeq International SMTP out Mail Server) with SMTP for ; Sun, 15 Jan 2006 22:16:11 +0200 (IST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: amavisd-new at bezeqint.net 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:32671 Archived-At: I'm trying to use the desktop package, but it deosn't work . here's what I wrote in my _emacs (desktop-load-default) (setq history-length 250) (add-to-list 'desktop-globals-to-save 'file-name-history) (desktop-read) (setq desktop-enable t)where's my problem thanxEli