emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH updated] Support for filesystem watching (inotify)


From: Eli Zaretskii
Subject: Re: [PATCH updated] Support for filesystem watching (inotify)
Date: Sat, 04 Jun 2011 22:15:12 +0300

> From: Rüdiger Sonderfeld <address@hidden>
> Date: Sat, 4 Jun 2011 19:13:08 +0200
> Cc: address@hidden
> 
> Thank you for your comments! I updated the patch and I hope I fixed everything
> except the things noted below.

Style of braces is still incorrect, at least in this place:

> +  if(watchdesc == -1) {
> +    report_file_error("Could not watch file", Fcons(args[0], Qnil));
> +  }

The doc string still uses lines that are too long.

See also Jan's important comment about how to expose these events to
the rest of Emacs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]