From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: glen stark Newsgroups: gmane.emacs.help Subject: Possible problem using emacs on mounted filesystem. Date: Wed, 26 Mar 2014 14:35:53 GMT Organization: Easynews - www.easynews.com Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1395848985 30864 80.91.229.3 (26 Mar 2014 15:49:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2014 15:49:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 26 16:49:55 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 1WSq5S-0006oK-SR for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2014 16:49:54 +0100 Original-Received: from localhost ([::1]:48795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSq5S-0003SN-Hv for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2014 11:49:54 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!news.on-luebeck.de!weretis.net!feeder1.news.weretis.net!news.roellig-ltd.de!open-news-network.org!cyclone03.ams2.highwinds-media.com!news.highwinds-media.com!voer-me.highwinds-media.com!post01.fr7!fx35.am4.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Original-Lines: 17 Original-X-Complaints-To: abuse@easynews.com X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. X-Received-Body-CRC: 294199787 X-Received-Bytes: 1309 Original-Xref: usenet.stanford.edu gnu.emacs.help:204499 X-Mailman-Approved-At: Wed, 26 Mar 2014 11:49:39 -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:96769 Archived-At: Hi everyone. I'm not sure if this is an OS problem or an emacs problem. The problem only manifests itself for me on emacs, so I'm starting there. I have a folder on an older linux server that I mount with the command: sudo mount -t cifs -o username=xxx,uid=xxx //pdxenlin66/home/stg xenlin I use emacs to edit the file. I edit fine, but when I save the file, the next time I try to edit the buffer I get the message "X changed on disk; really edit the buffer?". Does anyone have any idea what's going on here? This is the first time I have such an issue. Thanks, Glen