From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Problem with clipboard Date: Mon, 05 Mar 2007 22:59:42 +0200 Message-ID: References: <124486459.20070305093410@nkmk.ru> <627791852.20070305115554@nkmk.ru> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1173128410 4064 80.91.229.12 (5 Mar 2007 21:00:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2007 21:00:10 +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 Mar 05 22:00:04 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 1HOKHn-0006Kw-RW for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Mar 2007 22:00:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOKHn-0006dS-PW for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Mar 2007 15:59:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOKHV-0006b0-QV for help-gnu-emacs@gnu.org; Mon, 05 Mar 2007 15:59:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOKHT-0006aR-BD for help-gnu-emacs@gnu.org; Mon, 05 Mar 2007 15:59:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOKHT-0006aN-39 for help-gnu-emacs@gnu.org; Mon, 05 Mar 2007 15:59:39 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HOKHS-0006NR-45 for help-gnu-emacs@gnu.org; Mon, 05 Mar 2007 15:59:38 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-33-230.inter.net.il [80.230.33.230]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CAV91037 (AUTH halo1); Mon, 5 Mar 2007 22:59:24 +0200 (IST) In-reply-to: <627791852.20070305115554@nkmk.ru> (neverov_dg@nkmk.ru) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:41694 Archived-At: > Date: Mon, 5 Mar 2007 11:55:54 +0700 > From: neverov_dg@nkmk.ru > > Wow, all works fine :). emacs -Q doesn't use my .emacs, so it seems > that I have wrong configuration in it... Glad I could help. > Now I have just: > > (set-input-method "russian-computer") > (set-default-coding-systems 'windows-1251-dos) > (set-buffer-file-coding-system 'windows-1251-dos) > (prefer-coding-system 'windows-1251-dos) > > in .emacs and all works fine. Any reason why you should keep the latter two? What is the default value of buffer-file-coding-system in "emacs -Q"?