On 2014-10-29 16:29:39 -0600 Charles Philip Chan <[email protected]> wrote:

> On 29 Oct 2014, [email protected] wrote:
> 
> Hi Edwin:
> 
>> When browsing through a directory, I saw GNUmakefile.  How can an
>> application indicate it will open a file without an extension?
> 
> I don't think you can, but you can try:
> 
> ,----
> | NSUnixExtensions = ( "" );

Should be:

NSUnixExtensions = ( * );

Germán

> `----
> 
> to see if it works.
> 
> However, you can set a "default editor" in the preferences of Gworkspace
> app for this. Personally, I have set it to emacs.app.
> 
> Charles
> 


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to