all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: mismatch between what Emacs considers read-only and file permissions
Date: Wed, 04 Feb 2015 21:04:17 +0200	[thread overview]
Message-ID: <83r3u5fqha.fsf@gnu.org> (raw)
In-Reply-To: <slrnmd4koj.1fb.varro@anukis.local>

> From: Will Parsons <varro@nodomain.invalid>
> Date: 4 Feb 2015 17:12:52 GMT
> 
> How does Emacs determine whether to mark a buffer read-only when
> visiting a file that is writable?

By looking at the file permission bits.

> 1) Under Windows
> 
> I make heavy use of the Cygwin environment under Windows, but usually
> use the native Windows Emacs.  I've never bothered to track down the
> exact circumstances, but assume that Cygwin is setting file
> permissions in a way that confuses native Emacs.

Cygwin attempts to emulate Posix user/group/other permission bits by
manipulating Windows NT security attributes.  The way it does that
will only work as you'd expect when those attributes are tested by
Cygwin programs. Native Windows build of Emacs, OTOH, not only doesn't
support the Cygwin fiddling with the NTSec features, it doesn't even
look at those attributes when it checks files for accessibility;
instead, it probes only the read-only bit (which is not affected by
NTSec).

My advice is not to mix Cygwin programs with native Emacs on Windows.
Good native ports of Unix and GNU software to Windows are available,
and you are advised to use them instead, if you don't want to deal
with these incompatibilities.



  reply	other threads:[~2015-02-04 19:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04 17:12 mismatch between what Emacs considers read-only and file permissions Will Parsons
2015-02-04 19:04 ` Eli Zaretskii [this message]
     [not found] ` <mailman.19279.1423076671.1147.help-gnu-emacs@gnu.org>
2015-02-04 19:53   ` Will Parsons
2015-02-04 20:00     ` Eli Zaretskii
     [not found]     ` <mailman.19282.1423080028.1147.help-gnu-emacs@gnu.org>
2015-02-04 20:19       ` Will Parsons
2015-02-05 13:24     ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83r3u5fqha.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.