Madeleine Gug

Madeleine Gug (1913–1971) was a French film editor. She worked with Henri-Georges Clouzot on the 1955 film Les Diaboliques.[1] She also collaborated on a number of occasions with Claude Autant-Lara.

Madeleine Gug
Born4 August 1913
Died24 August 1991 (aged 78)
OccupationFilm editor
Years active1938-1969 (film)

Selected filmography

gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
gollark: And osmarks internet radio™ HAS that album, yaæææææææææææy!
gollark: Bleed From Within's latest album, Fracture, was very good.

References

  1. Hayward p.116

Bibliography

  • Susan Hayward. Les Diaboliques. University of Illinois Press, 2005.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.